uiimageview - iOS 7 status bar transparent -


in storyboard, in view controller tried add navigation bar under status bar, running it, transparent , shows label that's supposed blurred, navigation bar.

enter image description here

but when placing same view controller embedded in navigation view controller, underneath background image blurred, intention.

enter image description here

what these 2 way different results? need firs method make status bar blur?

thanks!

in ios 7 status bar transparent default. blurring you're seeing when there's navigation bar created navigation bar. create effect you're looking without navigation bar, need position view produces blurring effect beneath status bar.

for reference, add view frame provided by:

cgrect statusbarframe = [[uiapplication sharedapplication] statusbarframe]; 

Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -