hi people i had drawn a piechart using coreplots in my application,now i need to split a piechart into different pieces/objects and need to drag those objects.How to achieve this functionality.Thanks in Adv
hi people i had drawn a piechart using coreplots in my application,now i need
Share
Easy, you just have to do a lot of custom programming. Read the Apple developer documentation and stackoverflow for useful tips on handling touches using UIGestureRecognizer and moving/animating UIView.