KieranLafferty / KLNoteViewController

A view controller that organizes multiple navigation controllers in a stack inspired by Evernote 5.0 app
Other
923 stars 144 forks source link

iOS 7 status bar issue #29

Open sidwyn opened 10 years ago

sidwyn commented 10 years ago

In iOS 7, the positionForBar method should be implemented. However, I have tried implementing it but it doesn't work.

- (UIBarPosition)positionForBar:(id)bar { return UIBarPositionTopAttached; }

screen shot 2014-02-15 at 1 37 47 am

raheelahmad786 commented 8 years ago

Found the same problem. Please post the solution. Thanks.