You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using a UISplitViewController two have two view controllers side by side. I've been trying to adjust the master view and was directed over to the MGSplitViewController git repository as apparently I can achieve the desired effect.
I've been creating my UISplitViewController programmatically and chose not to setup my splitview in interface builder. I wish to do the same with MGSplitViewController and then add something llike this.... masterview.width = 100;
Here's the programmatic code i have so far for my current simple UISplitViewController:
How can i achieve this same effect using MGSplitViewController with the least amount of code possible
I hope someone can guide me and maybe show an example.
Thanks
Pk
The text was updated successfully, but these errors were encountered:
I just did the same thing you are trying to do. Change UISplitViewController to MGSplitViewController. In your detail view controller, change the UISplitViewControllerDelegate to MGSplitViewControllerDelegate.
I didn't document my steps, but it's not too difficult. I would also recommend downloading the demo project. It gives you the ability to see all of the features that you will get from the MGSplitViewController.
I've been using a UISplitViewController two have two view controllers side by side. I've been trying to adjust the master view and was directed over to the MGSplitViewController git repository as apparently I can achieve the desired effect.
I've been creating my UISplitViewController programmatically and chose not to setup my splitview in interface builder. I wish to do the same with MGSplitViewController and then add something llike this.... masterview.width = 100;
Here's the programmatic code i have so far for my current simple UISplitViewController:
How can i achieve this same effect using MGSplitViewController with the least amount of code possible
I hope someone can guide me and maybe show an example.
Thanks
Pk
The text was updated successfully, but these errors were encountered: