Post

Replies

Boosts

Views

Activity

Comment on Multiple Alerts not showing
I understand. But how is it codeExists is never set true ? And once again, "stacking" several .alert should not work, as far as I tested.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on NSFetchedResultsController error: 'no object at index 5 in section at index 0'
Thanks for feedback. Print usually doesn't create crash, unless you unwrap a nil inside…
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on How to prevent UITextField from intepreting its characters (e.g. converting "..." to elipsis)
Thanks for the feedback. You should file a bug report against documentation. Good continuation.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on Capturing the image read by QRCode
I did not find any better way than recreate the QRCode from its text.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on iphone will not restart nor open apps ands the power button only works for siri
If you let battery to fully discharge, it will stop by itself.
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on Crash on Edit Scheme
You should ask Adobe about their pod. It most likely not an Xcode issue.
Replies
Boosts
Views
Activity
Feb ’22
Comment on WKWebVIew Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
Just call the menu Product > Clean Build Folder or Cmd-Shift-K
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on How to set a UITableView Editing Mode from a swipe action?
now + 0.001 should work as well, logically.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on Image in WatchKit
Did you try using https instead of http ?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on Swipe Gestures
Could you post the full code so that we can try ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on Swipe Gestures
Thanks, but I cannot test, there are too many libraries to install. Have you a minimal code to test ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on Make if/else statements work properly in Presented Sheet
Thanks for all the information, but I cannot figure out the whole project. I spoke of disability button or Medicare button and not View Results. But I fear that without being able to play with the whole project it will be hard to go any further.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on UIActivityViewController warning/errors
Could you show how fileURL is exactly defined ?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on Swift string manipulation
Yes, it is an NSString func: https://developer.apple.com/documentation/foundation/nsstring/1410144-range
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on React Native vs Swift for building an app
@xcvxcvxcv The term SwiftUI is confusing. SwiftUI uses Swift to build UI. Just as if you called UIKit SwiftUIKit (but UIKit works with objective C as well). So SwiftUI is at the level of UIKit, but with a lot more functionalities to automatically manage states of views.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22