Questions tagged [ios9.3]

This tag should be used in questions that specifically relate to iOS 9.3. If the version does not matter use the iOS tag.

What Questions should have this tag?

This tag should be used in questions that specifically relate to iOS 9.3. If the version does not matter use the or tags.

Summary:

iOS 9.3 was released in March 21, 2016, builds versions are 13E233-13E234

iOS is a mobile operating system created and developed by Apple Inc. and distributed exclusively for Apple hardware. It is the operating system that presently powers many of the company's mobile devices, including the iPhone, iPad, and iPod touch. Programming for it is done in Swift and Objective-C. Wikipedia.

Related Tags

180 questions
22
votes
1 answer

Detect if Night Shift mode is active on iOS

I have looked a bit in the iOS 9.3 API Diffs, as well as searching the developer website and forums and did not see any references. Is it possible to determine if Night Shift is active? I would assume that applications which require true color tone…
atommclain
  • 615
  • 5
  • 13
18
votes
1 answer

Handling private frameworks in Xcode ≥ 7.3

With Xcode 7.3 / iOS 9.3 Apple removed all private frameworks from the iOS SDKs. For research purposes (not App Store!) I need to work with a private framework (namely BluetoothManager.framework, but this is also an issue for any other private…
Michael Dorner
  • 17,587
  • 13
  • 87
  • 117
11
votes
2 answers

Changing Base value layout for iphone, affects ipad layout

I have a layout with size class width any, height any which is currently working for iPad landscape. I have a task to design same layout for iPhone portrait. When I started designing with size class of compact width ,regular height my base layout…
sujay
  • 1,845
  • 9
  • 34
  • 55
9
votes
0 answers

How to edit file json with Swift?

Can I read a attribute from JSON, change, and push back to the JSON. Exp: I read json file let jsonData:NSData = LocalFile.ReadFile(fileName) let json = try NSJSONSerialization.JSONObjectWithData(jsonData, options: .AllowFragments) if let m_array =…
9
votes
2 answers

WCSession's transferUserInfo no longer reliably working in watchOS 2.2 with iOS 9.3

I have an existing iOS 9.2 and watchOS 2.1 app that uses sendMessage and transferUserInfo to send data from the iPhone to the Apple Watch. If sendMessage fails, I am using transferUserInfo to queue the data for later delivery: // *** In the iOS app…
lehn0058
  • 19,977
  • 15
  • 69
  • 109
8
votes
1 answer

UIPickerView UI and Functional issue in iPhone 6s plus device

I have created custom TimePicker using UIPickerView, taken 3 UIPickerView. One for Hours One for Minutes One for AM/PM By picking time, I am using that time to set local notification. Because my application is based on alarm functionality. UI part…
iGatiTech
  • 2,306
  • 1
  • 21
  • 45
8
votes
1 answer

How to identify the MKMapItem from MKLocalSearchCompletion object in iOS9.3?

Apple introduced the MKLocalSearchCompleter and MKLocalSearchCompletion in iOS 9.3. I am trying to implement it. It becomes a two step process 1) enter partial term -> full search text is generated. 2) User selects one of these to search for the…
iosCurator
  • 4,356
  • 2
  • 21
  • 25
8
votes
0 answers

Clearing NSCache in iOS 9.3 does not work

Facing an issue when clearing objects stored in NSCache. Trying to use: NSCache.removeAllObjects(); But it doesn't seem to be working. I am doing the above using iOS 9.3, which came out just this week.
Amit Bobade
  • 226
  • 2
  • 9
8
votes
1 answer

iOS 9.3 Color Management / Profiles

I have many apps that rely on rgb value checking based on tapped pixels. If I tap a pixel that returns 128/128/138 then it opens up this particular thing from an array. With 9.3 this no longer works as I am getting crazy color values returned. I did…
malaki1974
  • 1,605
  • 3
  • 16
  • 32
7
votes
4 answers

custom font shows on storyboard, but not on simulator, device

first time using SO to ask a question after lurking for so long. I have added a custom font for some UITextFields and UITextViews in the Storyboard.... screenshot of storyboard ...but the fonts are not showing on the Simulator, nor the actual device…
fatyandao
  • 71
  • 1
  • 3
7
votes
0 answers

WkWebView and iOS9 still not loading images ("file://") - allowingReadAccessToURL

i'm still having trouble reading local files using WKWebView on iOS9. My App is taking pictures (camera) and stores them in a structured path in the DOCUMENTS folder. Later i want to display these pictures using a WKWebView. My local .html file has…
iMike
  • 158
  • 4
7
votes
1 answer

WKWebView viewport shrink-to-fit not working on iOS 9.3

In iOS 9.2, a WKWebView rendering HTML with fixed-width tables bigger than the device width could be told to shrink the content to fit by adding a viewport tag like this: This…
Nicholas Solter
  • 226
  • 2
  • 7
7
votes
3 answers

KVO broken in iOS 9.3

This might be an awful bug in iOS 9.3 (release). When adding a single observer to [NSUserDefaults standardUserDefaults] I've noticed that the responding method -observeValueForKeyPath:ofObject:change:context: is called multiple times. In the simple…
Matt
  • 2,329
  • 1
  • 21
  • 23
6
votes
0 answers

Javascript alert() not working on my ipad safari application after pressing back button on Safari 9.3

I created browser application and noticed some strange behavior when I tested it on my iPad, which has OS version 9.3. On Firefox, Chrome, Safari (desktop), and iPad Safari (OS version 9 and below), this problem doesn't happen. There is an input…
Toey
  • 79
  • 5
6
votes
2 answers

iOS seems to be displaying a high bounce rate in Google Analytics

I have an issue where Google Analytics shows just fine data for all other browsers but then for iOS (specifically version 9.3+), Google Analytics show a high bounce rate. Now I am very aware of the recent iOS bug however, Apple released a fix to…
1
2 3
11 12