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.

UIAlertView addSubview in iOS7

Adding some controls to UIAlertView was deprecated in iOS7 using addSubview method. As I know Apple promised to add contentView …

ios objective-c uialertview ios7
iOS 7 - How to display a date picker in place in a table view?

In WWDC 2013 video, Apple suggests displaying picker in place in a table view in iOS 7. How to insert and animate …

uitableview swift ios7 uidatepicker datecell
Setting UIButton image results in blue button in iOS 7

On iOS 6 SDK I wrote the following lines of code to display an image inside a button: NSURL *thumbURL2 = [NSURL …

uibutton uiimage ios7
iOS 7 beta install says "device not registered as part of the dev program"

I just downloaded and attempted to install the iOS 7 beta, but when I try to activate the device, I'm getting …

iphone-developer-program ios7
UITableViewCell show white background and cannot be modified on iOS7

I've implemented a custom table view cell class that inherit from UITableViewCell. The tableview contains a background image, so I …

ios objective-c cocoa-touch ios7
iOS Buttons - add border

I am making my app ready for iOS7. I did conversion and was working with a user. The button in …

ios objective-c ios7 uibutton
How do I size a UITextView to its content on iOS 7?

I've been using the accepted answer here for years. On iOS 7, the contentSize.height becomes the frame.height-8, regardless of …

dynamic height uitextview ios7
UIStatusBarStyle PreferredStatusBarStyle does not work on iOS 7

In my iPhone application built with Xcode 5 for iOS 7 I set UIViewControllerBasedStatusBarAppearance=YES in info.plist, and in my ViewController …

iphone ios7 xcode5 uistatusbar
UIlabel layer.cornerRadius not working in iOS 7.1

I'm currently looking at a UILabel with the property addMessageLabel.layer.cornerRadius = 5.0f; On a device with iOS 7.0 installed, it …

ios uiview ios7 uilabel cornerradius