KLNoteViewController
KLNoteViewController copied to clipboard
iOS 7 status bar issue
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;
}
Found the same problem. Please post the solution. Thanks.