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
1
vote
1 answer

Reveal.js does not load in ios9.3

My old iPad (ios9.3) refuses to load any reveal.js slides. It only shows the "Fork me on Github" image on the top corner. I suppose it will be that ios 9.3 does not support some new features of html5+js+css (I am not a developer, my skills are quite…
aimar
  • 51
  • 6
1
vote
0 answers

Can I get by with a single privateQueueConcurrencyType managed object context and no MOC for the main queue?

I have read plenty of info about code using a main thread managed object context and a lot about having private parents, children, and siblings for various reasons. I would like to know if there is any requirement to have more than a single…
David Rector
  • 958
  • 9
  • 31
1
vote
0 answers

Terminating app due to uncaught exception 'NSGenericException', reason: 'This coder requires that replaced objects be returned from initWithCoder:'

My iOS application is working fine in iOS 10 and newer version. But when I was trying to run my app on iPad mini with iOS version 9.3.2 then Application is crashing. I am trying to push a view controller and I am using storyboard for all view…
ajeet sharma
  • 803
  • 10
  • 37
1
vote
2 answers

Why I cannot Verify custom enterprise apps on my iPad?

We distribute the test versions of our iOS apps through HockeyApp custom enterprise app store. Because of ASPN shenanigans our iOS developer refreshed some of our certificates. Since our two recent releases I cannot start the apps because they are…
Csaba Toth
  • 10,021
  • 5
  • 75
  • 121
1
vote
0 answers

Issue with Navigation Bar on iOS 10

I am working on an application which needs to be supported from iOS 10. I see the strange issue with navigation bars with Xcode 9.2 and 9.3. I added a view controller on the storyboard and when executing the application on iPhone 5 with iOS 10, I…
Kalyan
  • 263
  • 5
  • 22
1
vote
1 answer

Trying to understand layout constraints for iOS 9.3 support programmatically

I have a tabViewController with a navigatonController as tab 1. The root view of the navigationController is listView and selecting an item pushes a pageViewController onto the stack. The pageVC manages an array of the same viewController which has…
Dennish
  • 116
  • 2
  • 8
1
vote
0 answers

App getting slow in IOS iPad (3rd generation) with Version: 9.3.5 (13G36)

I created a Cross platform mobile application with Ionic1 framework with using angularJS.Recently I upgraded ionic cli and cordova.So ,now the current configurations of the project is following: global packages: @ionic/cli-utils : 1.5.0 Cordova CLI…
Hardik Kothari
  • 1,686
  • 1
  • 15
  • 29
1
vote
1 answer

ionic 1, app won't start in iOS 9.3, white screen

>ionic info Node : v6.7.0 OS : macOS Sierra Xcode : Xcode 8.3.3 Build version 8E3004b ios-deploy : 1.9.1 ios-sim : 6.0.0 npm : 5.0.1 @ionic/cli-utils : 1.4.0 Cordova CLI : 7.0.1 Gulp CLI : CLI version…
karma
  • 903
  • 10
  • 26
1
vote
1 answer

ios9 : call another framework inside framework project

I had created my own framework project in Xcode and I want to use method from other framework (example : libA.framework) inside my framework project. I got crash and show unrecognized error when I run and use method from libA.framework, I tried to…
victorz
  • 39
  • 1
  • 12
1
vote
0 answers

NSLayoutConstraint partly not working

Here is some puzzling issue related to constraints in an iOS app. The code is: view.addConstraints([NSLayoutConstraint(item: infoLabel, attribute: .centerX, …
Michel
  • 10,303
  • 17
  • 82
  • 179
1
vote
1 answer

How to restart the scheduled NSTimer in UIViewController when UIView.xib is dismissed in ios 9?

I have created a timer that is fired after 10.0 seconds and calls targetMethod: on self, which is a pointer to the NSTimer instance.This timer should only work when its associated viewcontroller screen is in the view.I have stopped the timer while…
sarita
  • 236
  • 1
  • 11
1
vote
1 answer

dismissViewControllerAnimated doesn't call it's completion handle

dismissViewController doesn't call it's completing handler all the time. I am presenting first view, when I dismiss it, it calls completion handler, where I am presenting 2 view. While dismissing 2nd view, completion handler is not being called.…
Kapil Choubisa
  • 5,152
  • 9
  • 65
  • 100
1
vote
0 answers

AFNetworking 3.0 iOS 9.3.5 reject some SSL

This happened only in iOS 9.3.5 (not sure about other 9 or below), not occur in iOS 10.x. When I use AFNetworking to connect to an API URL, it just run into failure callback with error like below: LOG: Error Domain=NSURLErrorDomain Code=-1004…
Eddie
  • 1,903
  • 2
  • 21
  • 46
1
vote
1 answer

Unable to simultaneously satisfy constraints When trying to load xib file

I am trying to implement the UITableView using xib file But when I run the app I am getting the following error & the xib is properly in small screen like iPhone4s it works fine in larger display size. Screenshot of xib Any help will be appreciated…
Parth Dhorda
  • 712
  • 1
  • 8
  • 32
1
vote
0 answers

dyld: Library not loaded: @rpath/libswiftCore.dylib doesn't get solved by editting runpaths and Embedded Content Contains Swift Code

okay this websites have bunch of questions about the problem same as the title I post a new one cuz there's no post which help me.. I coded the whole project in xcode 7.3. And I'm trying to run it in both iOS 9.3.5 and 10.0.2. Both prompted the…
Yeongchan Jeon
  • 499
  • 3
  • 18