Post

Replies

Boosts

Views

Activity

Reply to PhotosPicker is not working properly
Is it normal to convert to the Data type each time? I felt that it might be more efficient to convert to the Data type when saving. If you have error-free code for selecting multiple photos with PhotosPicker and displaying them on the screen, I would appreciate it. Even official examples from WWDC would be great.
Topic: UI Frameworks SubTopic: SwiftUI
Aug ’24
Reply to SwiftData on iOS 18 extreme memory use
I am concerned whether this issue will be resolved before the official release of iOS 18. It has a significant impact on the app's performance. If there are any alternative solutions, I would appreciate any suggestions. (I hope that, in the end, it will deliver performance similar to iOS 17.)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Aug ’24
Reply to PhotosPicker is not working properly
I changed it to struct MyPhotosPicker: View {...}, but the error remains the same. Instance method 'loadTransferable(type:)' requires that 'Data' conform to 'Transferable'
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Aug ’24
Reply to PhotosPicker is not working properly
Is it normal to convert to the Data type each time? I felt that it might be more efficient to convert to the Data type when saving. If you have error-free code for selecting multiple photos with PhotosPicker and displaying them on the screen, I would appreciate it. Even official examples from WWDC would be great.
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Aug ’24
Reply to SwiftData on iOS 18 extreme memory use
I am concerned whether this issue will be resolved before the official release of iOS 18. It has a significant impact on the app's performance. If there are any alternative solutions, I would appreciate any suggestions. (I hope that, in the end, it will deliver performance similar to iOS 17.)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Reproducing Apple’s Journal App List UI & Swipe Animations
The issue where the height of the swipe buttons was not aligned was resolved by using listRowSpacing. This modifier is excellent!
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Oct ’24
Reply to iOS18.1 Issue SwiftUI’s App
FB15630810 Xcode 15.4 (15F31d) iOS18.1 (22B83)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to Preventing Swipe-to-Dismiss on SwiftUI Sheets no longer working in iOS 18.1 (22B83)
I have revised my question and integrated it into this URL: https://developer.apple.com/forums/thread/767475
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Oct ’24
Reply to Is Tide Data in the Tides App Accessible via WeatherKit in watchOS 11?
I have added the feedback! FB15651681 (Tide Data Access via WeatherKit)
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to Issue with Margin During Navigation Transition in iOS 18+
Someone suggested solving it by setting negative padding on the background view, and I was able to resolve it using this method too!
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Nov ’24
Reply to Combining NavigationSplitView and TabView in iOS 18
Is this a view built entirely with SwiftUI? On the other hand, I am unable to reproduce this state. I would appreciate it if you could provide a sample code. https://stackoverflow.com/questions/79459180/safearea-ignored-issue-with-tabview-and-navigationsplitview
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’25