Post

Replies

Boosts

Views

Activity

Reply to IOS Swift touch screen issue
The problem has been fixed by DTS. Thank the engineer for the help. No more "out of bounds" 29mar26
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’26
Reply to 'init(contentsOfFile:)' was deprecated in iOS 18
Thanks Rick Maddy I had the filepath in the wrong place. 31 warnings disappeared. YEA Charlie
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to Sync IOS cursor to app cursor.
The only process I could find is to place the cursor at text.startIndex. Then touch screen IOS cut, copy, paste. Then use the app cursor navigation arrows to position the cursor. It works. Charlie
Replies
Boosts
Views
Activity
Jul ’25
Reply to 'init(contentsOfFile:)' was deprecated in iOS 18
Tried a different sequence and got "encoding not is scope" content = try String (contentsOfFile: encoding: utf16: filepath) Charlie
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to 'init(contentsOfFile:)' was deprecated in iOS 18
Tried this and got "encoding not is scope" content = try String (self.init contentsOfFile:encoding: .utf8) Thanks Quinn
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to Somebody is downloading all the old versions of our apps
Could be reverse engineering.
Replies
Boosts
Views
Activity
Jun ’24