iPhone Developer Help

Full Version: UITextView help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi. i just started building my iphone app using the interface builder. then i found out that the uitextview was not supported in the IB and has to be done programmatically. can anyone show me how this is done, and more specifically in the context that i need.

right now i have a subclass of UIView where i use quartz 2d to lay out my view. but when someone touches a certain area of the screen, i want to go to a new view that simply has the UITextView object. OR is it possible to have a UITextView widget within a subclass UIView? thanks.
Just check UIShowcase in sample codes.....
u can find how to use it..
you can use textView anywhere.....
Reference URL's