Post

Replies

Boosts

Views

Activity

Comment on Can we use the SwiftUI for every IOS app version?
in future is it possible to support sub ios 13 version? It is very unlikely to happen. The runtime needed to run features marked as Available: iOS 13.0+ are provided as part of the IOS 13.0 (or later) installed in each user's device. Whether you use UIKit together or not, SwiftUI apps would not run on previous iOS than 13.0.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jun ’21
Comment on Not getting callback after tapping "Insert text" button in text on camera for UITextField
Thanks for showing your code. I could have confirmed that the delegates of the two text fields are connected properly and works as expected on manual key touches. In my opinion, it is a sort of bug that Text on Camera not calling delegate methods. You should better send a bug report. (On the other hand, it is a known issue that insertText and some other methods do not call delegate methods.)
Topic: Programming Languages SubTopic: Swift Tags:
Jul ’21