Questions tagged [ios13.6]
7 questions
5
votes
1 answer
iOS: UITextField with SecureEntry sometimes highlights yellow color with "Strong Password" text, and then keyboard gets stuck
UITextField with SecureEntry sometimes highlights yellow color with "Strong Password" text, and then the keyboard gets stuck
I haven't able to identify why this issue occurs, Sometimes I am facing this issue when I start typing in UITextField then…

AtulParmar
- 4,358
- 1
- 24
- 45
1
vote
0 answers
UITextPosition not working correctly in iOS 13.6 and above
I am working with UITextField with an existing text in it. I want to cursor appear at the beginning of the text when I focus on UITextField.
Everything worked fine before I changed the version of iOS to 13.6
I want it to be like this: (iOS13.1)
But…

Margulan Sugirbay
- 11
- 3
1
vote
0 answers
iOS datatask command line message
After this code is ran I get some pretty strange messange on the command line. (However it happens in every application where I write URLSession datatask. (This is the simplest one that reproduce the problem)
Facts:{
iOS: 13.6 (though version does…

Zahovay
- 135
- 9
1
vote
1 answer
iOS 13.6 beta configuration not supported on Xcode 12 beta
I'm trying to run my app on my iPad 11 (running iOS 13.6 public beta), however, when build is successful Xcode shows an error saying please reconnect your iPad. Also when I go to Window > Devices and Simulators I see the following:
FYI: I built my…

SSM
- 379
- 5
- 16
0
votes
1 answer
iOS 13.6 - swift - cellForRowAtIndexPath shows only three rows
I am having a problem with ios 13.6 and above.
I am using swift as a programming language. I have a dynamic tableview with constraints which contains another tableview inside it with its own constraints. Entire screen is dynamic in terms of height.…

Kedar Desai
- 1
- 2
0
votes
1 answer
How to add a tap gesture recognizer to a SecureField such that the hit area of the recognizer is the same as the field's default tap recognizer?
Experiencing a weird bug in SwiftUI in Xcode 11.6 / iOS 13.6 with the below code.
It will render two text fields with a white border around them (you can change to black border if you're not using Dark Mode). The bug is that the hit area of the tap…

scaly
- 509
- 8
- 18
0
votes
0 answers
The wrong app launches after running my ios app
I am a beginner learning ios development. I have created 2 basic apps so far (screenshot), and whenever I try to run the 2nd app (I AM Rich) either on xcode's simulator or on my iPhone, it launches but after 2-3 seconds it switches to the other app…

M. Zeglam
- 11
- 1
- 4