Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make a diagonal UITableView in iOS with Swift?

How can you rotate a UITableViewCell for like 45 degrees to implement a TableView like this concept? Table View Concept

like image 270
Minh Tran Duc Avatar asked Jan 18 '26 10:01

Minh Tran Duc


1 Answers

This can be simply a visual effect that is easy to reproduce enter image description here

But it is also possible they use any framework (for example: YBSlantedCollectionViewLayout)

like image 157
Adrian Bobrowski Avatar answered Jan 21 '26 02:01

Adrian Bobrowski