Quantcast
Channel: iOS Developers » iOS7
Browsing all 5 articles
Browse latest View live

Navigation Bar Space Not Being Allowed For Correctly

Original solution link This solved an issue for use where a Table View did not align correctly with the Navigation Bar for iOS7 but worked fine for iOS6 and before. Add it to the -(void)viewDidLoad...

View Article



Table view white lines between cells in iOS7

This is the solution found here Add this to viewDidLoad() if ([self.tableView respondsToSelector:@selector(setSeparatorInset:)]) [self.tableView setSeparatorInset:UIEdgeInsetsZero]; if...

View Article

Navigation Back Button Changed To Blue Text

You can change the colour as follows (but: if (floor(NSFoundationVersionNumber) > NSFoundationVersionNumber_iOS_6_1) { [[UIBarButtonItem appearanceWhenContainedIn:[UINavigationBar class], nil]...

View Article

Hiding Status Bar

  Keeping Status Bar Hidden in iOS 7 iOS 7 supports the Status Bar being hidden for some views but not others. To hide it for all views, do the following: Make sure Hide during application launch is...

View Article

Blue buttons with images

Button Is Blue in iOS7 Change the button from type "System" to "Custom"    

View Article

Browsing all 5 articles
Browse latest View live


Latest Images