Reputation: 1595
I'm developing an article reading app.
In iPad,i am using Split view controller.
How can I change the width of master view controller.
Upvotes: 0
Views: 938
Reputation: 6454
try this may be help full ..
[splitViewController setValue:[NSNumber numberWithFloat:200.0] forKey:@"_masterColumnWidth"];
Thanks & Cheers ..
Upvotes: 1