Top "Ios7" questions

iOS 7 is the seventh version of Apple's iOS mobile operating system and is the successor to iOS 6. It was announced at the company's Apple Worldwide Developers Conference (WWDC) on June 10, 2013, and was released on September 18, 2013.

How to hide first section header in UITableView (grouped style)

As the design of table views using the grouped style changed considerably with iOS 7, I would like to hide (or …

ios uitableview ios7
Is there a way since (iOS 7's release) to get the UDID without using iTunes on a PC/Mac?

I'm developing an app for my company and we're going through the process of slowly letting people into the "beta" …

ios7 itunes provisioning-profile udid
iOS change navigation bar title font and color

So i have this code that should change the nav bar title font, but it doenst NSDictionary *attributes = [NSDictionary dictionaryWithObjectsAndKeys:[…

ios fonts ios7 navigationbar
iOS 7 - Status bar overlaps the view

I have a ViewController which is inside a UINavigationcontroller, but the navigationBar is hidden. When I run the app on …

ios statusbar ios7
How do I programmatically set device orientation in iOS 7?

I am working on an iPad app, using AutoLayout, where if the user enables a certain mode ("heads-up" mode), I …

ios xcode ios7 autolayout autorotate
iOS 7 status bar overlapping UI

I recently upgraded to xcode 5 and when I run my app in the iOS simulator the splash screen overlaps the …

iphone cordova ios7 xcode5
How to embed small icon in UILabel

I need to embed small icons ( sort of custom bullets ) to my UILabel in iOS7. How can I do this …

ios objective-c cocoa-touch ios7 textkit
How to fix UITableView separator on iOS 7?

UITableView draws with ragged lines on iOS 7: How to fix it? The line between cells should be on the full …

iphone ios ipad uitableview ios7
Remove empty space before cells in UITableView

I am currently trying to put a UITableView in a different location rather than at the top of my view …

ios objective-c uitableview ios7
ios simulator: how to close an app

When you "run" the simulator from xCode, the app automatically launches, and then you can click the home button to …

xcode ios7 ios6 ios-simulator simulator