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
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:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Collection view not displaying Cells
Can you show the content of ExploreData.plist? And are you sure you have added it to the target?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Enable Button from another Button
Depends on your code. Better start your own thread with showing your code.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on keyboardGetUnicodeString returns carrier return
CTRL + M generates a control code 0x0D (Carriage Return, \r). Seems your code outputs the expected results. What do you think is the problem here?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Advice needed on passing Count of records in rendered Mapview in Second View Controller to be displayed in First View Controller
Formatting feature is very limited in comments and you cannot edit your original post after a while in this site. You may need to use Your Answer to show some additional info formatted.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Collection view not displaying Cells
Sorry, but in the Project Navigator does not mean added to the target. And I do not understand what gray'd out means. Have you checked your loadData() returns non-empty value?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on What is the syntax for "if not" in Swift?
I may be mistaking what you mean. Please try to explain with more code and more examples.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on The following simple function will cause Xcode 12E262 to have "Abort: trap 6"
Thanks for sharing the info.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on How can I decode/parse HTML data?
@GettinSwifty, you should better show what you have done till now and what you get with your latest code. With showing more code, you would get more chance for the right solution.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on How can I identify and group data in a JSON file?
Please tell me the details if you cannot make it work.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jun ’21
Comment on Not getting callback after tapping "Insert text" button in text on camera for UITextField
Showing a code in comments would not seem to be a good idea. You may need to use Your Answer to show codes well-formatted. Please check if the code is sufficient to reproduce the issue.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’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:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Actors and async/await testing before macOS 12?
Whether you are working on macOS tools or not, you can test functionalities of actors and async/await using iOS App projects. Or attach an external storage and install Monterey into it.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21
Comment on Xcode 12 required?
This applies also for updating existing apps that build with an older version? YES. When an announcement by Apple says apps submitted to the App Store, it includes updates to existing apps.
Replies
Boosts
Views
Activity
Jul ’21
Comment on Earlier versions of Xcode not working
why earlier versions of Xcode crash as soon as I open them? Apple made it so. what can be done to fix that? As far as I know, there is no sure way. Better find other ways than using old Xcode.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’21