Questions tagged [ios15.2]
9 questions
9
votes
0 answers
iOS 15.2 UILabel line break mode incorrect work
Faced the problem that on iOS 15.2 all labels incorrectly handle line break mode.
Below are examples of rendering labels:
Line Break Mode: .byClipping
Xcode 13.0 iOS 15.0.
Xcode 13.2.1 iOS 15.2
As you can see, the last word is truncated and…

Vlad Krupenko
- 361
- 2
- 9
4
votes
0 answers
iOS 15.2 is taking long to calculate predicates
I have an array with around 200K elements and I am using this predicate to filter some elements.
NSArray * filteredArray = [mainArray filteredArrayUsingPredicate:
[NSPredicate predicateWithFormat: @"(value1 == %@) &&
(value2 == %@) && (value3…

Mohammed Abdul Basith
- 206
- 2
- 8
4
votes
1 answer
iOS image picker is not showing images first time even after granting permission
When I fresh install the app and try to add photos even after granting the permission the image picker (I am using QBImagePickerController) can't load any albums or image. But if I terminate the app and relaunch it works. It's happening after iOS…

Rashad
- 11,057
- 4
- 45
- 73
1
vote
1 answer
Delay contextMenu on SwiftUI
I'm trying to delay when the contextMenu appears because I have a drag gesture which causes me this view when trying to drag with some kind of accidental delay.
…
Text(exampleText)
.contextMenu
{
delay()
// Menus here
}
.gesture(
…

Estuardo Recargador
- 31
- 3
1
vote
1 answer
iOS15 polyline does not show on mapView
I tried to add a polyline from the user's location to destination by using the following code, I am sure that I have conformed to the delegate and ensure that the user is in authorizedAlway mode in the authorization status. However, the console…

Ray
- 13
- 1
- 2
1
vote
0 answers
iOS 15.2 bug on didFinish utterance callback
On iOS 15.2, the callback function func speechSynthesizer(_ synthesizer: AVSpeechSynthesizer, didFinish utterance: AVSpeechUtterance) is called rightly when an audio utterance completes and ends BUT it is also called (wrongly) when an audio…

Bernardo Henriques
- 77
- 5
0
votes
0 answers
iOS not firing the correct button in React
Not sure if this is a React only problem or a general web problem, but I can't reproduce it in a "regular website".
When clicking two buttons after each other too fast in iOS it somehow fires the event of the first button clicked.
here's an example.…

Moddah
- 51
- 1
- 7
0
votes
0 answers
In iOS 15.2 UITableView cell height bug when add embedded view in swift
I have a project that works fine in xcode 12.5.1 and ios prior to 15.2 - it has UITableView with cells that contains embedded view. I set height of cells "not expanded" by default when loads UITableViewController and then expand them by tap on…

tePoloN
- 37
- 8
0
votes
2 answers
App crashes on iOS15.2 , which is not a kind of UITabBarController.' iOS 15.2
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-tabBarController must return an instance of a UITabBarController subclass. returned

Kiran
- 51
- 1
- 6