ios - Extends Edges in iOS7 using XIB -


in ios 7 when use storyboard, view controller can remove top , bottom bar using extends edges in xib file unable find extends edges when search this, got

if ([self respondstoselector:@selector(edgesforextendedlayout)])         self.edgesforextendedlayout = uirectedgenone; 

its working fine in ios7 simulator still have problem in ios6 simulator…

also interface builder - view “ios6 6.1 , earlier” , ios 6/7 deltas y 15 still can’t it.

refer images

enter image description here

enter image description here

just push viewcontroller (xib file) using navigation controller… can 1 me whats wrong in it, how may fix this


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -