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
3
votes
1 answer

AVPlayer is not ready for display after re-enter to a screen on the seventh time

A screen show short video using AVPlayer in my IOS app. I leave and re-enter this screen few times successfully but after seven times and more I get blank screen and AVPlayerLayer's IsReadyForDisplay property is 'NO'. I pause AVPlayer(and set to…
Eli Mal
  • 31
  • 3
3
votes
1 answer

Your application is using the 'HealthKitUI' framework

I recently updated Xamarin. Ever since that time, I have been unable to build my iOS application due to this error: Your application is using the 'HealthKitUI' framework, which isn't included in the iOS SDK you're using to build your app…
cobey
  • 1,201
  • 9
  • 21
3
votes
0 answers

ios 9.3.1 doesn't show smart banner on safari on a dev environment

I'm having an issue trying to test the smart banner on ios 9.3.1. I've tried it on real devices with ios 9.3.1 on a dev env where the smart banner doesn't show but is present on 9.2.1. The same meta tag is on production and there the smart banner…
adutu
  • 391
  • 3
  • 8
3
votes
1 answer

How can watchOS 2.2 app determine if its paired iPhone has switched to another Apple Watch?

I'm trying to support the new feature for pairing with multiple watches in my iOS 9.3/watchOS 2.2 app. It seems to be working well, except that I can't figure out how the watchOS app can determine if the paired iPhone has been switched to another…
Jon Colverson
  • 2,986
  • 1
  • 24
  • 24
3
votes
1 answer

Xcode 7.3 missing Private Frameworks

I recently upgraded my Xcode to version 7.3. When I compile my exisiting project I get this error message: directory not found for option…
aios
  • 405
  • 5
  • 14
2
votes
1 answer

Cant position imageview behind tableview in Xcode 8 for IOS 9.3.x devices (ipad)

i tried to set an image as background in an UITableview. Currect XCode Version with Simulator IOS 10.1 and 9.3 let backgroundImageView = UIImageView(image: UIImage(named: "image.png") backgroundImageView.contentMode = .scaleAspectFill …
Skyborg
  • 854
  • 13
  • 13
2
votes
0 answers

Is gl_VertexID available in an OpenGL ES 2.0 Extension?

Is gl_VertexID available in an extension to OpenGL ES 2.0? As a further question, is that extension available on iOS? On iPad 2?
ahcox
  • 9,349
  • 5
  • 33
  • 38
2
votes
2 answers

chatDidReceiveMessage method not called QuickBlox

I am using QuickBlox-iOS SDK for chatting. Login/Signup is working perfectly. Also I am able to send message but the delegate method - (void)chatDidReceiveMessage:(QBChatMessage *)message; is not getting called. Here's the code I am using to setup…
Sushil Sharma
  • 2,321
  • 3
  • 29
  • 49
2
votes
0 answers

Error: IOSurface.h not found

xcode still give me error when i try to import IOSurface. I've tried all possibilities, import framework, link framework on project but xcode still give me error. Anyone know why? Thanks to all for any answer
MeisterC
  • 25
  • 6
2
votes
1 answer

SceneKit nodesInsideFrustumWithPointOfView: unexpectedly returning empty

I am using the following method to determine which SCNNodes are visible by the camera. [self.scnView nodesInsideFrustumWithPointOfView:cameraNode]; However the returned array is always empty. I set up the scene up as…
SMD01
  • 101
  • 1
  • 13
2
votes
0 answers

UIAlertController is transparent on iPhone 5s/s 8.4 and crashes on iPhone 5s/s 9.3

Can any one have any idea about this. I have a simple code which is not working properly. UIAlertController is transparent on iPhone 5s/s 8.4 and it crashes on iPhone 5s/s 9.3. Code below: let alert = UIAlertController(title: "title",…
user942502
  • 111
  • 1
  • 7
2
votes
2 answers

If the application is closed and i receive the push notification, how detect the tap on notification and go to a specific controller?

I have an iOS application in which I am using the push notification to notify the user when the correct answer is posted. If the application is open and if I click on the notification it goes to the specified controller. But if the application is…
2
votes
1 answer

iOS App is crashing when display large size image from URL

I have tried following libraries for Image cache: SDWebImage UIImageView+AFNetworking But still app getting Memory Warning, crashed and stuck while scrolling. I have used UITableViewCell for display image. Some of the images are 1.5 MB or more, So…
iOS Dev
  • 195
  • 9
2
votes
1 answer

How to add separator line for each row in UIPickerView

I am using swift with xcode7.3.1.I would like to add separator lines for each row in UIPickerView.I would like to implement UIPickerview as the following screenshot How to solve this issue.Please help me
IKKA
  • 6,297
  • 7
  • 50
  • 88
2
votes
1 answer

Can iOS delete only part of my App's Cache folder?

I know iOS may delete app's cache when memory becomes an issue, and will not do so while the app is running. My question is whether it can delete only part of an app's cache folder, leaving it with only some of the data that was stored there, or…
gioravered
  • 1,758
  • 3
  • 19
  • 30
1 2
3
11 12