To run the example project, clone the repo, and run pod install
from the Example directory first.
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[UINavigationBar appearance].mer_globalBackBarButtonTitle = @"CustomBack";
return YES;
}
MERNavigationBackItem is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'MERNavigationBackItem'
MERNavigationBackItem is available under the MIT license. See the LICENSE file for more info.