objective c - Adding UISplitViewController as a subview to UIViewController -
i stuck on in ipad project. have uiviewcontroller , want add uisplitviewcontroller subview. how can achieve this.
thanks,
[myviewcontroller.view addsubview:mysplitviewcontroller.view]; is you're looking for?
Comments
Post a Comment