Explore the raywenderlich.com App | raywenderlich.com


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/10877734-reusable-swiftui-views-in-the-raywenderlich-com-app/lessons/9

I’ve been speaking to a number of devs, also mentioned it to Mark Moeykens from Big Mountain Studio that Endless Scrolling lists or Lazy stacks are a significant problem in SwiftUI.

Another issue with production SwiftUI code are inconsistencies with behaviours in the app related to navigation.

I would be interested to see if you have written your own UIKit wrappers around common components like

  1. Endless scrolling collections (Containing lists within lists)
  2. Tabbar Navigation
  3. Pull to refresh

The above caused us enough problems for the team to revert our work on SwiftUI back to UIKit.

Would be interested in peoples thoughts on the above issues.