Post

Replies

Boosts

Views

Activity

Comment on How can I present .formSheet on iPad with SwiftUI
That is not what I was asking. My question is about presenting formSheet with SwiftUI on iPad. Please read my question and correct your code. And I'm looking forward to your answer! Thank you.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’23
Comment on How can I present .formSheet on iPad with SwiftUI
This code is showing a sheet on the iPhone with detents. The question was about displaying formSheet on the iPad.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’23
Comment on What is the current proper way to load an image from local filesystem?
No, Kingfisher is primarily for downloading and displaying images from the Web. Not to mention that modern Swift's AsyncImage already does the job.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on What is the current proper way to load an image from local filesystem?
Cool! That's why this topic was created—to discuss and find the best way. Why do you say that UIImage(contentsOfFile:) can lead to excessive memory consumption compared to AsyncImage? How did you measure that memory consumption? How can I do that myself? Genuinely want to know. Thanks!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’25