问题
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