Tuesday, September 24, 2013

IOS in Storyboard how to manually add controls under

As stated in the storyboard how to add controls manually in code, and in the same XIB do next??
Reply:
xib does not know. Under storyboard is subview.frame = XXX, view.addsubview (subview)
Should feel the same.
Reply:
Is the same. storyboard will be mapped into our code, but it provides a visual interface design, easy to use us.
In the corresponding controller - (void) loadView using code to create the UI
Reply:
http://iaiai.iteye.com/blog/1493956
Reply:
http://iaiai.iteye.com/blog/1493956
Reply:
If manually drag and drop controls how operations, how not drag me into it

No comments:

Post a Comment