iphone - Adding multiple views (& nibs) to a single view controller -



iphone - Adding multiple views (& nibs) to a single view controller -

i need implement several views on single ipad screen. creating several classes , corresponding xib files. have 1 main (root) view controller manage views screen. not sure how accomplish this. using ib nib files instead of creating views programmatically.is approach? how set views on particular position? can 1 guide me or improve approach.

im not sure how right use

uinib *nib = [uinib nibwithnibname:nibname bundle:nil]; nsarray *views = [nib instantiatewithowner:owner options:nil]; uiview *view = [views objectatindex:0];

when want view nib , utilize uiview , move frame around etc. hope helps

iphone objective-c ipad uiviewcontroller multiple-views

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

content management system - How to allow only English submissions on Pligg CMS -

How do I check if an insert was successful with MySQLdb in Python? -