I am new to xcode apps, I want to create a Timer Application. But it needs two UIViews, I've only one UIView. How to add the another UIView in xib?
|
|
|
|||
|
|
|
To create a standalone user interface (XIB): File -> New File -> iOS -> User Interface Then choose: Application (includes delegate and window) Window View Empty To create a new UIViewController class with a user interface: File -> New File -> iOS -> Cocoa Touch -> UIViewController subclass -> Click Next Then, name the new view controller class and select "With XIB for user interface." OR Choose objective-c class and then select Apple moved all objective-c class templates into the "Objective-C class" template. They have custom functionality, like "With xib for user interface", there too. |
|||||||||||
|
|
Please read this.. http://stackoverflow.com/questions/how-to-ask You cannot answer to a question and post your question as an answer to that question. You are misleading the users by doing that. Please stop doing that. Its not a correct thing to do. Put some effort to find your answers first before you post here. Lots of things are available if you 'Google'.. please use google first and youtube then stackoverflow.. here.. this may help you.. |
|||
|
|


