This post is from the Activity iPhone Duo UIKit Q&A.
What is the recommended way if you have a UITableView and you want to move the first cell (complex chart) on the inner display to the left side of the layout and all the other cells on the right side. There are many ways to do that, but what would you recommend?
Hello @And0Austria,
The right approach would be to migrate from UITableView to a UICollectionView, or using SwiftUI. This is not a behavior that is supported by UITableView, unfortunately.