Post

Replies

Boosts

Views

Activity

iOS 14 .hidden property no longer works!
I have a simple set of code that turns a UITextField visible or invisible based on a variable. It works perfectly fine on iOS 13, but on iOS 14, it no longer makes it visible or invisible. The line is below. This code has not changed for many years. This has to be a UIKit problem? self.txtCount.hidden = true; I've tested this on iOS 13.5 Simulator, works fine. I've tested this on iOS 13.6 iPad Air 2, works fine. I've tested this on iOS 12.4 Simulator, works fine. I've tested this on iOS 14 Simulator, Does NOT work. I've tested this on iOS 14.0.1 iPhone X, Does NOT work. I even created a new application and only put a text field and a button. The button just sets some text and makes it visible or invisible. It does not work on iOS 14 but works fine on iOS 13 Can anyone else confirm this?
3
0
1.4k
Sep ’20