Roen-Ro / RRViewControllerExtension

UINavigationBar appearance management, memory leak detection, convenient UIViewController property and methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can change the default navigation back item

panneerselvamsn opened this issue · comments

Splendid work R! But I'm wondering if it‘s possible to change the left arrow for navigation back item, with a cus image for instance. thanks.

commented

Yes, customize the default back button item appearance is supported, which methods are defined in
UIViewController+RRExtension.h

//customize the navigation bar back button item image
+(UIImage *)navigationBackBarButtonItemImage;
+(void)setNavigationBackBarButtonItemImage:(UIImage *)image;