Questions tagged [ios10.3]
121 questions
1
vote
2 answers
iOS 10.3 UISegmentedControl setTitleTextAttributes Crash
iOS 10.3 crashes on UISegmentedControl's setTitleTextAttributes method.
Question:
What is the reason for the crash?
What is the solution?
Note: Have already reported this issue to apple, but haven't yet heard from…

Burhanuddin Sunelwala
- 5,318
- 3
- 25
- 51
1
vote
0 answers
UILabel can't mix strikethrough and non strikethrough styles?
I want to display a string in a UILabel, where part of it has a strikethrough style. It seems I can't put the strikethrough attribute on only part of the string. If it's on the whole string, it displays; but if it's on part of the string, it does…

Rob N
- 15,024
- 17
- 92
- 165
1
vote
1 answer
Swift 3.1 - NSSuperScript in NSAttributedString not working as expected
The application I am working on encountered an issue when testing with iOS 10.3 Simulator via XCode 8.3 beta 2, where the superscript in AttributedString displayed on the same line with normal text. For iOS 10.2.x and below, it is displaying…

Huy Nguyen
- 51
- 1
- 5
0
votes
1 answer
VCF in imessage crashing due to customized CNSocialProfile service name?
I have created a vcf programatically using swift . In this vcf i have made a [CNLabeledValue] object , on which i have appended a CNSocialProfile with custom service name , in my case its "Instagram" .
But as soon as i share this…

SwiftNinja95
- 157
- 2
- 16
0
votes
2 answers
Xamarin.iOS app crashes on startup on iOS13 on Testflight
I have tested the application on Testflight and as soon as I open it everything works correctly. The problem comes when I close the app and open it again, at that moment the application crashed and does not let me open it anymore.
I am testing on my…

DanielParedes
- 31
- 5
0
votes
1 answer
How to remove title from UIBarButtonItem.appearance() on iOS 10.3
I want to personalize the Back Button of my app to have a consistent looking. So I'm setting a image as the Back Button of a Navigation Bar.
The code bellow works fine on any iOS above iOS 10. So, I'm trying to make it work on iOS 10.3.1.
This is…

Tassio Marques
- 81
- 1
- 10
0
votes
1 answer
Filtering array of objects using predicate crashes on iOS 9 and 10 devices
I have the following code to remove all objects having 'sever' value equal to -1. My code is as follows:
NSMutableArray *sortedArray = [[NSMutableArray alloc] initWithArray:self.allInteractions];
//Removing all interactions with severity equal to…

Naveen George Thoppan
- 551
- 1
- 5
- 27
0
votes
1 answer
How to initialise a NSManagedObject subclass for iOS 10 and iOS 9.3 in Swift
I am writing an app in Swift 4 which should run for iOS 10.4 as well as for iOS 9.3. However, I have no idea how to implement the initialisers for both iOS versions.
I get the error message: CoreData: error: Failed to call designated initializer on…

Heinz M.
- 668
- 3
- 8
0
votes
0 answers
How to create a big file just in seconds in iOS?
Apple released with iOS 10.3, and the new file system with APFS file system. This API did not return any error, but it seems iOS did not reserve the space for me, because after the API is called, I check the available space in my iPhone, it seems…

Cuixy
- 1
0
votes
2 answers
UICollectionView can't `dequeueReusableCellWithReuseIdentifier` if project is compiled in Xcode 10 beta (10L176w) with iOS12 SDK
Xcode 10 beta (10L176w) version has been released a few days ago. So as a developer I downloaded a beta version to try it. I compiled my current project, run it on iOS 10.3.3 iPhone and get an exception throwed by UICollectionView…

Ihar Katkavets
- 1,510
- 14
- 25
0
votes
1 answer
UICollectionView crashes when reordering items on iOS10.x
I tried to implement built-in CollectionView reordering that was presented starting from iOS10 according to this guide: http://nshint.io/blog/2015/07/16/uicollectionviews-now-have-easy-reordering/
and everything work fine on iOS11, but have crash on…

RemembranceNN
- 280
- 3
- 8
0
votes
1 answer
MDM Profile not installed in iOS 10.3.2
MDM Profile failed to install only in iOS 10.3.2
I checked the device logs and there is no specific error.
This is the device log. I am able to install the profile in other devices. Checked in 2 devices with iOS 11.2.6 and one device with…

Hulk Man
- 153
- 1
- 15
0
votes
0 answers
draw the app under the status bar in react native
"react-native-router-flux": "4.0.0-beta.22",
"react-native": "0.50.1", XCODE 9.0
My React Native app on iOS 10.3 starts from under the status bar but in iOS 11 the app starts from below the status bar. I want to start the app from 0x 0y of screen…

greenraze
- 21
- 4
0
votes
1 answer
SKStoreReviewController.requestReview() stop to work in debug mode
I have an app that I call the method SKStoreReviewController.requestReview () after 10 times that the user performs some action. The prompt stoped to appear even the debug show me that the method requesrReview is being called.
What's can be…

Luciano Borges
- 817
- 3
- 12
- 31
0
votes
0 answers
iPhone 6s has a longer pre-main time than 6 plus
When I was trying to optimize the app's launch time, I found an interesting fact that the pre-main time needed on iPhone 6s is actually much longer than an iPhone 6 plus(warm launch).
On iPhone 6 plus, it looks like this:
Total pre-main time: 241.93…

Ren
- 19
- 4