开发者

Weird layout problem with UINavigationController

开发者 https://www.devze.com 2022-12-18 05:34 出处:网络
I\'ve configured a NIB as follows: ...but when I display this NIB as a modal view con开发者_开发百科troller, it appears on the simulator as:

I've configured a NIB as follows:

Weird layout problem with UINavigationController

...but when I display this NIB as a modal view con开发者_开发百科troller, it appears on the simulator as:

Weird layout problem with UINavigationController

I recall seeing this problem a long time ago on a project, but I can no longer remember what I did to fix it. Any idea what I've done wrong here?

Thanks very much.


The class of your Social Settings view controller is set to UIViewController. Shouldn't that be UITableViewController or a subclass of it?

0

精彩评论

暂无评论...
验证码 换一张
取 消