Post

Replies

Boosts

Views

Activity

Reply to SwiftUI App Crashes only on Real iOS Device.
@Claide31 Crash does not occur if I comment out any these two blocks // 1 .background((cItem.hasPaymentTimeline || cItem.isOwner || cUserType == .customer) ? K.Colors.c3775CE : K.Colors.c678B8D) // 2 BadgeView(size: 6)         .offset(x: -13, y: -46) Actually if you try to use this code in a separate view there is not any issue, And that's why I can not identify the exact root cause of this crash.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Nov ’22
Reply to Error code question
Hey Thuyu, Thank you for posting this observation. Yes, it's correct but how we can prevent this issue? If a user allows permission to read all photos that should allow us to read all photos but only the first run of app has an issue. Let me know if there is any workaround. Thank you!
Sep ’21
Reply to SwiftUI App Crashes only on Real iOS Device.
@Claide31 Crash does not occur if I comment out any these two blocks // 1 .background((cItem.hasPaymentTimeline || cItem.isOwner || cUserType == .customer) ? K.Colors.c3775CE : K.Colors.c678B8D) // 2 BadgeView(size: 6)         .offset(x: -13, y: -46) Actually if you try to use this code in a separate view there is not any issue, And that's why I can not identify the exact root cause of this crash.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to SwiftUI App Crashes only on Real iOS Device.
Here are crash log files 1. MLP-2 18-11-22, 10-56 AM.crash 2. MLP-2 18-11-22, 12-54 PM.crash 3. MLP-2 18-11-22, 2-37 PM.crash 4. MLP-2 18-11-22, 5-10 PM.crash 5. MLP-2 18-11-22, 5-48 PM.crash
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to SwiftUI iOS 15 NavigationLink pops out when press in textfield
@gamersjo I also had the same issue specific with iOS 15 Only, When navigating to the next screens, the Parent view gets reinitialized and pops back to the same screen.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Error code question
Hey Thuyu, Thank you for posting this observation. Yes, it's correct but how we can prevent this issue? If a user allows permission to read all photos that should allow us to read all photos but only the first run of app has an issue. Let me know if there is any workaround. Thank you!
Replies
Boosts
Views
Activity
Sep ’21
Reply to PhotoKit request AddOnly authorization error:Domain=com.apple.photos.error Code=46104
There any Update on this issue?
Replies
Boosts
Views
Activity
Sep ’21