The UINavigationBar class implements a control for navigating hierarchical content in iOS.
I have some views that show up in a navigation controller. Two of these views have a longer title for …
iphone uinavigationcontroller resize uinavigationbar autoresizeIs there a way to delete the bottom border that iOS7 automatically displays under the navigationbar?
objective-c uinavigationbar ios7 xcode5since I updated to xcode 4.2 and iOS 5 following code has no effect: @implementation UINavigationBar (CustomNavBarBG) -(void)drawRect:(CGRect)rect{ …
objective-c three20 uinavigationbar xcode4.2I'm trying to use the new feature added in iOS 8 - hiding the navigation bar while user is scrolling the …
ios objective-c uinavigationcontroller uinavigationbar ios8i got the following code: - (id)init { if (self = [super init]) { self.title = @"please wait"; UIBarButtonItem *favorite = [[UIBarButtonItem alloc] …
iphone image uinavigationbar uibarbuttonitemI am in process of adding large title in navigation bar in one of the application. The issue is title …
ios swift uilabel uinavigationbar large-titleHow do I remove the horizontal padding to the left and right of custom left and right UINavigationBar items? There …
iphone ios uinavigationbar uibarbuttonitem uinavigationitemI'm working on an app where my initial view controller is embedded in a Navigation Controller and Tab bar controller. …
ios swift uinavigationbar uinavigationitemI used this code to use a custom image as the back button in the whole app. [[UINavigationBar appearance] setBackIndicatorImage:[…
objective-c ios7 uinavigationbar uinavigationitemI suppose it's not strictly in line with Apple guidelines but I guess it must be possible somehow. I'd like …
cocoa-touch uinavigationcontroller uinavigationbar uibarbuttonitem