05-05-2008, 10:33 AM
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.
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.