S
S
Shannon2014-07-22 03:45:54
Objective-C
Shannon, 2014-07-22 03:45:54

How to switch between UITableView and UICollectionView?

You need to switch from displaying tableview to collectionview (for example, as in most file managers), that is, at first everything goes in a table view, and after clicking on the button, the same data is displayed in the "large icons" format.
How can such a thing be implemented?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
s0L, 2014-07-22
@Shannon

Nothing prevents you from using only one UICollectionView, it may well look like a UITableView, animation can be done by conjuring with the layouts of this collection view

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question