Post

Replies

Boosts

Views

Activity

Comment on Newbie: What iPhone and iOS version should I get for development considering a wide range of backward compatibility support
I use an iPhone X with the latest OS as one of the test platforms.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on How can I use multiple `.alert` dialog in SwiftUI?
I don't understand your code. Where is alert presented ?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’22
Comment on am getting address label nil inUITableViewCell on calling tableviewreload function but after scrolling it appear
My question was: could you show the complete code where you load devices ? Most likely you have an async issue.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’22
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