Daljeet
Daljeet

Reputation: 1595

How Can I change the width of master view controller?

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

Answers (1)

Jogendra.Com
Jogendra.Com

Reputation: 6454

try this may be help full ..

[splitViewController setValue:[NSNumber numberWithFloat:200.0] forKey:@"_masterColumnWidth"];

Thanks & Cheers ..

Upvotes: 1

Related Questions