![]() |
|
changes UIView from xcode - Printable Version +- iDevGames Forums (http://www.idevgames.com/forums) +-- Forum: Development Zone (/forum-3.html) +--- Forum: Graphics & Audio Programming (/forum-9.html) +--- Thread: changes UIView from xcode (/thread-2106.html) |
changes UIView from xcode - imaumac - Nov 25, 2008 04:53 PM Hi. some body knows how changes the UIViews content (text pictures buttons) only using xcode please ? changes UIView from xcode - maximile - Nov 25, 2008 11:39 PM 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. changes UIView from xcode - imaumac - Nov 26, 2008 06:47 AM thanks for your help. i will and post later the results. thanks changes UIView from xcode - imaumac - Nov 28, 2008 01:27 PM 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/library/navigation/SampleCode.html ir is there another way to found code ? thansk a lot. sorry i am new. |