- 
                Notifications
    
You must be signed in to change notification settings  - Fork 76
 
Open
Description
Hi. If I have a view like this:
	@ViewBuilder var listView: some View {
		if isLoading {
			skeletonView.shimmer()
		} else {
			listView
		}
	}
Then even if isLoading is false is still consumes CPU. The more cells the more consumption. I have about 36% on my iPhone 11 even if there's no shimmering view on screen. If remove shimmering then CPU load is 0%.
Metadata
Metadata
Assignees
Labels
No labels