Can we create a circular uitableview in iphone program?

一曲冷凌霜 提交于 2019-12-08 02:53:43

问题


Can we create a Circular/ Rounded Shape UITableview ?

I know that we can rounded the corners of table view or by transform we can rotate table view but is need UITableview to scroll in clock wise or anti-clock wise direction.

Can we use some other custom control to implement this.


回答1:


Check these links.. https://www.cocoacontrols.com/controls/circleview and https://iphone2020.wordpress.com/tag/circular-tableview/. It may help you.




回答2:


For anybody who has trouble with the above links, you can get the code directly from GitHub here https://github.com/bharath2020/UITableViewTricks. It is a drag and drop solution that you can implement and have working in your project in minutes.



来源:https://stackoverflow.com/questions/16418373/can-we-create-a-circular-uitableview-in-iphone-program

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