Post

Replies

Boosts

Views

Activity

Reply to SwiftUI TabView with PageTabViewStyle calls onAppear of children multiple times on iOS 14.2
I have a "similar issue", I have a TabView with this configuration: .tabViewStyle(PageTabViewStyle(indexDisplayMode: .never)) It's working fine, the swipe ok.. But with this line, the memory is never released! When I switch back and forth, my memory is climbing a lot. If I remove the swiping style, no problem at all.. I can't find any solution yet..
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Feb ’21