Open sidwyn opened 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; }
Found the same problem. Please post the solution. Thanks.
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;
}