开发者

How to implement UIPopover kind of functionality in iPhone?

开发者 https://www.devze.com 2023-03-21 10:52 出处:网络
In my app i have a PieChart which has certain divisions denoting different areas or region. Every partition has its own color but there are like 10 partitions and开发者_运维技巧 i want to show which p

In my app i have a PieChart which has certain divisions denoting different areas or region. Every partition has its own color but there are like 10 partitions and开发者_运维技巧 i want to show which part shows which region. It would have been an easy task with iPad as we have UIPopover but here in iPhone i don't know what to do, so i thought if there is any suggestion any one can make. I want to PieChart be visible with the detail about each partition.

Thanks,


You need to make a UIview with tableview and imageview inside it .


You can make your own custom Popover type control by making a UIView then adding the desired elements to it and making it as a subview or keeping this view hidden from the start then making it visible on button press.


Here you will find many popover controllers http://cocoacontrols.com/search?q=popover

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号