UITableView layout (inner display)

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?

Answered by Technology Evangelist in 906671022

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.

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.

UITableView layout (inner display)
 
 
Q