• Stars
    star
    103
  • Rank 322,667 (Top 7 %)
  • Language
    Objective-C
  • License
    MIT License
  • Created over 10 years ago
  • Updated over 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Category to fix iOS 7 UINavigationItem spacing

UINavigationItem-iOS7Spacing

Category to fix iOS 7 UINavigationItem spacing.

leftBarButtonItem position on iOS 5/6

iOS 6 default

leftBarButtonItem position on iOS 7

iOS 7 default

Fixed leftBarButtonItem position on iOS 7

iOS 7 fixed

You do not have to do anything else, except include this category in your *-Prefix.pch file:

#ifdef __OBJC__
    #import <UIKit/UIKit.h>
    #import <Foundation/Foundation.h>
    #import "UINavigationItem+iOS7Spacing.h"
#endif

Fully tested on iOS 6/7.