Questions tagged [ios10.3]

121 questions
2
votes
1 answer

MPMoviewPlayer Error [Playback] ❗️Failed to queue any items

After upgrading to XCode 8.3.3 with iOS SDK 10.3.x I am facing below error : [Playback] ❗️Playback failed with error: Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed" UserInfo={NSUnderlyingError=0x17425a8b0…
byJeevan
  • 3,728
  • 3
  • 37
  • 60
2
votes
1 answer

Supporting older versions of iOS

I am developing a new iOS app, that is supposed to support the new drag and drop feature (iOS 11) out of the box. However I want it to be executable on older (iOS 10) devices as well. As I understand it setting the Deployment Target to iOS 11 will…
Hans
  • 2,354
  • 3
  • 25
  • 35
2
votes
1 answer

"WebFrame has been modified too many times, aborting " error coming in xcode and ios 10.3

i am working on a ionic project having following config: cordova : 6.3.1 node : 6.10.3 ionic : 2.1.4 mac os sierra x code 8.3.2 while running the project on the simulator of iPhone 6s 10.3 version i am getting the below mentioned error in x code…
Anky
  • 270
  • 1
  • 5
  • 20
2
votes
1 answer

NSMutableAttributedString not working in tableviewcell with a specific range

I have followed this question but didn't solve my problem. I have a tableview in ViewController , tableviewcell have a label. I want to set attributedString with NSStrikethroughStyleAttributeName. If i am setting complete string as a strikethrough…
Vinod Kumar
  • 3,375
  • 1
  • 17
  • 35
2
votes
0 answers

How can i change UISearchBar placeholder alignment to right ? IOS Swift IOS version > 9.3

I have done it as let searchTextField: UITextField? = (searchBar.value(forKey: "_searchField") as? UITextField) searchTextField.textAlignment = .right its working fine on IOS version <= 9.3 but problem in IOS version > 9.3 any help will be…
2
votes
1 answer

Xcodes UITesting SwipeUp() not working since iOS 10.3

Since upgrading to iOS 10.3 I have noticed the swipeUp() function only swipes the table view by a very small amount. where 1 swipeUp() call used to be more than enough, now I have 10 calls to do the same. Has anyone got a fix for this?
Charlie S
  • 4,366
  • 6
  • 59
  • 97
2
votes
1 answer

iOS10.3 system rich text strikethrough can not be displayed

Apple recently released iOS 10.3 version, before the use of NSMutableAttributedString set the strikers do not show the [attributedString addAttribute:NSStrikethroughStyleAttributeName value:@(NSUnderlineStyleSingle | NSUnderlinePatternSolid)…
chenbo
  • 83
  • 4
2
votes
0 answers

How can an app’s icon change dynamically in iOS 10.3, like iOS's clock app?

Apple's Clock app changes its icon dynamically. Is this possible now for third-party apps in iOS 10.3 and later?
Sunil Targe
  • 7,251
  • 5
  • 49
  • 80
1
vote
2 answers

Ionic 4 build doesn't working on ios 10.3

“I’m using ionic 4 up, and want to support ios 10.3 fully. But unfortunatly build doesn't work on ios 10.3 but it works fine on 12.2”
1
vote
0 answers

Handling Push Notification on iOS 10.3 or newer when the app is terminated

I want to find out which method is triggered when a terminated application receives a notification from my server. The application is being developed through Swift 4, my Deployment Target is 10.3 and Firebase is used to send notifications to…
chicco.caste21
  • 345
  • 2
  • 13
1
vote
0 answers

What is the correct way to trust a self-signed certificate in iOS 10.3.3?

This is specific to 10.3.3. The option to trust the certificate under "Certificate Trust Settings" is no longer available to me (it was post-10.3 and pre-10.3.3). I reset my simulator and didn't realise this was an issue. The server and certificate…
chrisp
  • 2,181
  • 4
  • 27
  • 35
1
vote
1 answer

iOS 10.3.3 UIButton _intrinsicSizeWithinSize/_updateTitleView CoreFoundation crash

I'm randomly getting this stack trace from some iOS 10.3.3 users: -[_TtGCs26_SwiftDeferredNSDictionarySSP__ length]: unrecognized selector sent to instance 0x174421880 Fatal Exception: NSInvalidArgumentException 0 CoreFoundation …
horothesun
  • 427
  • 1
  • 6
  • 15
1
vote
3 answers

How to sort an array of objects and display in Table View in iOS Objective c?

Im working on displaying json data in table view and passing table view data to next view controller. Here i want to sort my json response based on name and then display in table view. here is my json data "data": [ { "_id":…
1
vote
1 answer

How to display names in alphabetical order in CollectionView

I have a list of names in an array, I want to display them on a collection view in alphabetical order. And also to show the alphabet for each of the section how can I achieve this. Click here for Image
1
vote
1 answer

Failed to get remote view controller with error: Error: domain=_UIViewServiceInterfaceErrorDomain, code=0

Failed to get remote view controller with error: Error: domain=_UIViewServiceInterfaceErrorDomain, code=0 I am using the Facebook to login/ Google to login etc. While trying to open Safari it always showing white screen after a while. Thanks
asheesh Verma
  • 404
  • 6
  • 17
1 2 3
8 9