changes UIView from xcode
Hi.
some body knows how changes the UIViews content (text pictures buttons)
only using xcode please ?
some body knows how changes the UIViews content (text pictures buttons)
only using xcode please ?
Look at the documentation and sample code that uses addSubview:
Text views, image views and buttons are all subclasses of UIView so that's how to add them.
Text views, image views and buttons are all subclasses of UIView so that's how to add them.
thanks for your help. i will
and post later the results. thanks
and post later the results. thanks
maximile Wrote:Look at the documentation and sample code that uses addSubview:Text views, image views and buttons are all subclasses of UIView so that's how to add them.
Do I have to make every search here?
http://developer.apple.com/iphone/librar...eCode.html
ir is there another way to found code ?
thansk a lot.
sorry i am new.

