KLNoteViewController icon indicating copy to clipboard operation
KLNoteViewController copied to clipboard

iOS 7 status bar issue

Open sidwyn opened this issue 11 years ago • 1 comments

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

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

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

sidwyn avatar Feb 15 '14 09:02 sidwyn

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

raheelahmad786 avatar Feb 12 '16 15:02 raheelahmad786