Questions tagged [ios8]

iOS 8 is the eighth version of Apple's iOS mobile operating system. It was announced at the company's Apple Worldwide Developers Conference (WWDC) on June 2, 2014 and was released to the public on September 17, 2014. The ios8 tag should be used for questions specific to Apple's iOS 8 operating system. General iOS questions should use the ios tag.

The biggest developer release yet with more than 4,000 new APIs. (See iOS 8 API Differences) iOS 8 allows developers to further customize the user experience with major extensibility features additions:

  • Notification Center widgets
  • Third-party keyboards
  • App extensions

This release also introduces robust frameworks such as:

  • HealthKit
  • HomeKit
  • LocalAuthentication
  • Photos
  • CloudKit

iOS 8 also includes Metal, a new graphics technology that maximizes the performance of the A7 chip with 10x performance and Swift, a powerful new programming language. SceneKit framework is introduced to build apps with 3D graphics and with high performance. Unified storyboard makes it easier to develop the interface for both iPhone and iPad with orientation and different screen size as well.

iOS and OS X introduces a new feature Handoff that extends the user experience of continuity across devices. Handoff enables users to begin an activity on one device, then switch to another device and resume the same activity on the other device.

Compatibility

iOS 8 supports the following devices:

  • Phone 4S
  • iPhone 5
  • iPhone 5S
  • iPhone 5C
  • iPhone 6
  • iPhone 6 Plus
  • iPhone 6S
  • iPhone 6S Plus
  • iPad 2
  • iPad 3
  • iPad 4
  • iPad Air
  • iPad Mini
  • iPad Mini 2
  • iPad Mini 3
  • iPad Mini 4
  • iPod Touch 5G

iOS 8 Latest Version

9298 questions
6
votes
1 answer

Google Drive & iOS8 UIDocumentPickerViewController - file grayed out

I'm using iOS8 UIDocumentPickerViewController to export and import a zip file to different cloud services (iCloud,DropBox,Drive, etc.). I don't have issues with iCloud and Dropbox, but with Google Drive I can't import the file because it is grayed…
Pierre
  • 417
  • 3
  • 11
6
votes
1 answer

preferredLayoutAttributesFittingAttributes not called for supplementary views

I have a custom UICollectionViewLayout that makes use of the self-sizing mechanism in iOS 8. My UICollectionViewCell's implement preferredLayoutAttributesFittingAttributes to return their preferred size, calculated using auto-layout. This works…
6
votes
0 answers

iOS 8 Safari - Can't scroll element's content when page is zoomed

This issue happens only in iOS 8 (8.1 to be exact). It does not reproduce in iOS 7. The use-case: Scrolling inside an element with scrollable (long) content. If the page is not zoomed-in - it works as expected. When you zoom-in the page - it stops…
alonkad
  • 345
  • 1
  • 2
  • 9
6
votes
2 answers

iOS8 webkit-overflow-scrolling:touch with overlay

I currently have an app with UIWebView that has a scrollable div with the webkit-overflow-scrolling:touch property. When the side menu is open, I place an overlay (another div) on top of the content to give a dimming effect. The problem is that when…
SergioM
  • 1,595
  • 1
  • 15
  • 27
6
votes
3 answers

SceneKit won't scale a dynamic body

I have a sphere that is a dynamic body. I would like to animate the scale of this sphere so that it grows in size: let sphere = SCNNode(geometry: SCNSphere(radius: 1)) scene.rootNode.addChildNode(sphere) sphere.physicsBody =…
David Bagwell
  • 318
  • 3
  • 12
6
votes
1 answer

iOS Today Extension: can this be dynamically enabled and disabled from within my app?

By default, a today extension appears in the extension list for my app as soon as the app is installed. What I'd like to know is - is there a way, documented or undocumented, that this can extension be enabled or disabled dynamically? By disabled,…
Jordan Smith
  • 10,310
  • 7
  • 68
  • 114
6
votes
3 answers

iOS 8 Custom Back Button

I made an app in iOS 7 and when I switched to Xcode 6.1 & iOS 8.1 my custom back buttons no longer appeared and they instead just showed the previous view controllers title--which is the default. I am…
Eli Whittle
  • 1,084
  • 1
  • 15
  • 19
6
votes
1 answer

Swift: unwrapped optionals in closure in AFNetworking call

When I call certain methods that contain GET requests using the AFHTTPRequestOperation Manager, it sometimes improperly calls back to another succeed block/closure from another GET request using the Operation Manager. This is the 3rd line in the…
Ricky Panzer
  • 165
  • 7
6
votes
4 answers

Where do I put common utility functions in iOS 8 + Swift

I have the following method (for instance) that I'd like to be able to use from any ViewController in an iOS + Swift project: func initializeBlurEffectOnGivenUIView(UIViewToBeBlurred: UIView) { let UIViewToBeBlurredHeight =…
John Doe
  • 1,005
  • 2
  • 8
  • 23
6
votes
3 answers

How to increase the height of UINavigationBar?

Simple question: How can I increase the height of the navigation bar so that additional widgets will fit in there while keeping the blur? Examples are the Calendar app where weekday abbreviations are added to the bottom of the navigation…
Mark Gaensicke
  • 504
  • 5
  • 16
6
votes
4 answers

Leaving swipe to delete button open on uitableview cell then going back causes crash

I have swipe to delete on one of my table cells. If I swipe right on the table cell to display the delete button and pop the view by pressing the back button the app crashes with Thread 1: EXC_BAD_ACCESS. I've already singled this out as the reason…
Matthew Hui
  • 3,321
  • 2
  • 27
  • 38
6
votes
2 answers

how report highscore in Game center with swift

I'm trying to report my highscore in the game center. I think my code is working but the game center is not updating with the highscore. The leaderboard is create with this reference name : "funfairBalloon" and this leaderboard ID : 55009943. I…
Haox
  • 608
  • 1
  • 7
  • 23
6
votes
0 answers

Xcode Beta 6.2 does not start App Watch extension

My watchkit app can't run on simulator. After I choose the xxx Watch App scheme, and click Run, It display "Running xxx on iPhone 6", but never go to the second step of "Running xxx WatchKit Extension", so Watch application never displayed. I…
Hong Wang
  • 129
  • 1
  • 1
  • 5
6
votes
2 answers

UILabel not showing subview in iOS8

Currently I made a back Label for background and add UIButton on UILabel. It's showing in iOS 7 but in iOS 8 it's not showing . If I replace UILabel with UIView then It's working fine. If I use UILabel in iOS 8 using this code For showing UILabel…
Jogendra.Com
  • 6,394
  • 2
  • 28
  • 35
6
votes
2 answers

[UINavigationController setGoalName:]: unrecognized selector sent to instance 0x7964e2c0

I have created the app with following code. Its working fine with iOS7 but it throws the below error when I run with iOS8. [UINavigationController setGoalName:]: unrecognized selector sent to instance 0x7964e2c0 My firstViewcontroller.m -…
Balaji Kondalrayal
  • 1,743
  • 3
  • 19
  • 38