Post

Replies

Boosts

Views

Activity

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 Need Help Transfer Data From Button
Can you show the complete code of FavCell? In addition, can you tell us from where the segue to HighlightsVC is put?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Please tell me why licenceUrl is nil???
I must have selected create group? No you need to choose Create folder references, or you can change the resource path textFiles/Licence to Licence.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21
Comment on Trailing closure passed to parameter of type 'Int' that does not accept a closure
I guess it is due to I have two TabView in one project. do you have any idea? Very likely. Rename your own TabView to something other and tell us what happens. One more, please show us the complete definition of your TabView.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’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
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 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 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 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 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 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 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 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 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 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 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