Post

Replies

Boosts

Views

Activity

Comment on How we can delete all list items in SwiftUI?
Thanks for feedback. self.datas.removeAll() is equivalent to datas = [].
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on DateComponentsFormatter formatted string is not working as expected
Looks like eskimo has provided the way to handle that. It depends on what you want to do with it and if taking into account daylight shift is of interest or not for you.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on Converting struct so it can be sent from watch to phone
That was visibly easily understood by the OP writer, @Karonsbo. It simply means adding Codable to each struct declaration:  such as: struct Storage : Codable { var acc: Acc struct Acc : Codable {        Straightforward, isn't it ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on Taking a photo and displaying it on one of many UIImageView's
Thanks for feedback. I kew the other thread as I answered to it. Don't forget to close this one as well. Good continuation.
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
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 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 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 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 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 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 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 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 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 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