Well, i was playing around with UIAlertView and thought How wonderful would it be if i could replicate a view to appear just as so- transparent/ shorter window.
I may be violating the interface guidlines? i wouldnt know.. ?
I basically wanted to use modalView, but i needed something more than UIButtons, If i could add a few more controls, my purpose is served. Is this possible? so I was looking for alternatives of making a kool UIView to kinda replicate the modal or alertview? is it possible?
I wish to do so, because i need just a tid bit more than a UIButton, the purpose itself is identical to use of modalview
Any directions would be much appreciated!
Another ahem, kinda easy question is how do i delete a character at position off of NSString.
",22,33,44,55" needs to be "22,33,44,55"
I can think of lstrcmp, strpos in Cpp, but im struggling to find something in documentation
I may be violating the interface guidlines? i wouldnt know.. ?
I basically wanted to use modalView, but i needed something more than UIButtons, If i could add a few more controls, my purpose is served. Is this possible? so I was looking for alternatives of making a kool UIView to kinda replicate the modal or alertview? is it possible?
I wish to do so, because i need just a tid bit more than a UIButton, the purpose itself is identical to use of modalview
Any directions would be much appreciated!
Another ahem, kinda easy question is how do i delete a character at position off of NSString.
",22,33,44,55" needs to be "22,33,44,55"
I can think of lstrcmp, strpos in Cpp, but im struggling to find something in documentation