Hi all
I am using UINavigationBar and its showButtonsWithLeftTitle method.
Application is working fine but I have a warrning while compiling that UINavigationBar may not respond to this method and so on...
Actually I didn't find such method in UIKit/UINavigationBar.h
So why is it working if there is no such method declared, or what should I import to take this warrning away ?
I am using UINavigationBar and its showButtonsWithLeftTitle method.
Application is working fine but I have a warrning while compiling that UINavigationBar may not respond to this method and so on...
Actually I didn't find such method in UIKit/UINavigationBar.h
So why is it working if there is no such method declared, or what should I import to take this warrning away ?