How to create a Timeline view with draggable components in Swift?

亡梦爱人 提交于 2019-12-23 05:27:35

问题


I would like to create a timeline in swift, like a timeline in classical music software.

What's the container (Collection Views, TableView, Scroll view etc..) looks like to best to design this?


回答1:


NSCollectionView gives you the greatest flexibility for designing this, with the background cells rendered as supplementary views.



来源:https://stackoverflow.com/questions/51944682/how-to-create-a-timeline-view-with-draggable-components-in-swift

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!