开发者

Flipsideview strange behaviour

开发者 https://www.devze.com 2023-03-13 02:18 出处:网络
I am having a strange problem with a simple test app I am writing for iPhone. I have a view with a flip side view. Now suddenly this view has the title two times high. In the IB (I am using xcode 4) t

I am having a strange problem with a simple test app I am writing for iPhone. I have a view with a flip side view. Now suddenly this view has the title two times high. In the IB (I am using xcode 4) this is how it is looking

Pict开发者_StackOverflow中文版ure of the IB

In the end I get a two times higher title bar. Anyone ideas?

Thanks in advance, Umberto


The navigation item seems to have its prompt set. You will have to set it to nil.

self.navigationItem.prompt = nil; 

or if you've access to the navigation bar,

navigationBar.navigationItem.prompt = nil;
0

精彩评论

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

关注公众号