How to make something like iPhone Folders?

前端 未结 3 1654
一向
一向 2020-12-23 18:28

I\'m wanting to know if there\'s a way I can transform my view to look something like iPhone folders. In other words, I want my view to split somewhere in the middle and re

3条回答
  •  甜味超标
    2020-12-23 19:00

    Instead of taking a snapshot of the view, you could use a separate view for each row of icons. You'll have to do a bit more work with repositioning stuff, but the rows won't be static when the folder is open (in other words, they'll keep redrawing as necessary).

提交回复
热议问题