Questions tagged [ios10]

iOS 10 is the tenth version of Apple's iOS mobile operating system. It was announced at the company's Apple Worldwide Developers Conference (WWDC) on June 13, 2016. The ios10 tag should be used for questions specific to Apple's iOS 10 operating system. General iOS questions should use the ios tag.

Introduced at WWDC 2016, iOS 10, dubbed "the biggest iOS release ever" brings many new features and an interface redesign.

New features include:

  • Improved Messages, Maps, Apple Music
  • New SiriKit and CallKit frameworks

iOS 10 is the latest version of iOS released to the public and supports the following devices.

iPhone

  • iPhone 5
  • iPhone 5C
  • iPhone 5S
  • iPhone 6
  • iPhone 6 Plus
  • iPhone 6S
  • iPhone 6S Plus
  • iPhone SE
  • iPhone 7
  • iPhone 7 Plus

iPod Touch

  • iPod Touch (6th generation)

iPad

  • iPad (4th generation)
  • iPad Air
  • iPad Air 2
  • iPad Pro 12.9
  • iPad Pro 9.7

iPad Mini

  • iPad Mini 2
  • iPad Mini 3
  • iPad Mini 4

More information can be found here:

2821 questions
18
votes
6 answers

How to Disable URL Link Previews in iMessage iOS11 (or iOS10, Mac OSX Sierra)

Unable to send links between my developers via iMessage, as the "preview" feature of iMessage in iOS11 & iOS10 is making it hard to see the exact URL structure, because it is instead inserting a link preview. Is there any way to disable this?…
Adam Bowie
  • 213
  • 1
  • 2
  • 7
18
votes
8 answers

Contact Address book crash on iOS 10 beta

When click on any contacts in address book (inside my app) it's crashing on iOS 10 beta and working fine on iOS 9 versions; This is the crash log *** Terminating app due to uncaught exception 'CNPropertyNotFetchedException', reason: 'A property was…
Bangalore
  • 1,572
  • 4
  • 20
  • 50
18
votes
1 answer

Can't create a range in Swift 3

I am trying to make a range in Swift 3 that I already had in Swift 2 but it keeps giving me this error: String may not be indexed with 'Int', it has variable size elements Here is my code: let range = expireRange!.startIndex.advancedBy(n: 7) ..<…
lagoon
  • 6,417
  • 6
  • 23
  • 30
17
votes
3 answers

Perform Selector With Object in swift 3

I am trying to perform selector with object in swift 3.0 I have a selector which have one parameter func imageSelected(aImage : UIImage) and I am calling it like viewC.perform(Selector.init("imageSelected:"), with: image, afterDelay: 0.1) But the…
Zaheer Abbas
  • 225
  • 1
  • 2
  • 10
17
votes
4 answers

Unit testing iOS 10 notifications

In my app I wish to assert that notifications have been added in the correct format. I'd normally do this with dependency injection, but I can't think of a way to test the new UNUserNotificationCenter API. I started to create a mock object which…
squarefrog
  • 4,750
  • 4
  • 35
  • 64
17
votes
2 answers

Messages-like taller / standard navigation bar during push / pop

iOS 10 Messages app's navigation bar increases/decreases the height when you push/pop a conversation (with a smooth transition). Typically I make a taller custom navigation bar using sizeThatFits:, but it persists across pushes and pops of view…
qfwfq
  • 976
  • 11
  • 30
17
votes
2 answers

Video not playing on iOS10 Chrome

I just can't seem to locate what's wrong with this video snippet.
17
votes
7 answers

UIPickerView selection indicator not visible in iOS10

I build my project in Xcode 8. UIPickerView separator lines are not visible in iOS 10 simulator and the devices, but works fine on iOS 9.3 devices and simulator. I tried to adjust the UIPickerView back ground color, auto layouts and everything…
smartsanja
  • 4,413
  • 9
  • 58
  • 106
17
votes
2 answers

AVFAudio playback crash on iOS 10

I've got an app with a very basic audio component: a looping set of background songs played with an AVAudioPlayer (song filenames stored as an array). Everything has been working fine for months, but iOS 10 is crashing for a significant number of my…
Nerrolken
  • 1,975
  • 3
  • 24
  • 53
17
votes
2 answers

iOS 10 with XCode 8 GM caused NSUserDefaults to intermittently not work

NOTE: I have seen many other posts on Stack Overflow about NSUserDefaults being renamed to UserDefaults in Swift or not working on simulator until a restart. This is not a duplicate by anyway. Many of the questions SO is tagging against is from 4…
17
votes
4 answers

Today Extension compact mode height in iOS 10

I am struggling to change the height of my iOS 10 widget in compact mode. All I have is an empty widget, no views inside it. Still, no matter what I set for the compact height, it seems to ignore it. Here is my code: - (void)viewDidLoad { …
Balázs Vincze
  • 3,550
  • 5
  • 29
  • 60
17
votes
3 answers

AVCaptureStillImageOutput vs AVCapturePhotoOutput in Swift 3

I am trying to simply put a Camera View in my View Controller. I imported AVFoundation at the top, as well as UIImagePickerControllerDelegate and UINavigationControllerDelegate classes. However, whenever I try to use AVCaptureStillImageOutput,…
Andriyas Redel
  • 529
  • 2
  • 5
  • 11
17
votes
2 answers

iOS Keyboard (inside UIRemoteKeyboardWindow) is Not Shown When UITextField Becomes First Responder in Touch ID Completion Block (iOS 10)

I've recently discovered a problem in my app that only seems to occur in iOS 10 where the system keyboard does not display when programmatically triggering a text field to become first responder inside of a completion handler -- specifically the…
Danchez
  • 1,266
  • 2
  • 13
  • 28
17
votes
6 answers

Core Data Codegen fail in Xcode 8

I have an iOS app containing a Core Data model with 6 entities. The entity Name is set up as follows: Class Name: Name Module: Current Product Module Codeine: Class Definition (all 5 other entities are set up similarly). Problem 1 (fixed itself…
Ashley Mills
  • 50,474
  • 16
  • 129
  • 160
17
votes
3 answers

Xcode 8 Beta (null) was unable to service the request

I have an app that worked fine in the released version of Xcode. I downloaded the beta and after I fixed all the little changes I ran it and it worked. I just came back and ran it again and I get an error saying The request to open…
RubberDucky4444
  • 2,330
  • 5
  • 38
  • 70