So far, we've looked at a direct comparison between UIKit's TableView() against SwiftUI's ListView, but as common as TableViews are, there are far more options to explore when it comes to migrating to SwiftUI.
Now, due to SwiftUI being new to the scene, not every UIKit control has a SwiftUI equivalent. However, if you ever need to jump back to a particular UIKit control, please refer to the Using the Representable Protocol section in Chapter 8, Networking and Linking to Your Existing App Logic. We'll cover everything else in this section.