Reputation: 604
I want implement drag text between textfield like mail app of ios5.
here is video link and image what i want to implement. video link. (just observe on 2:49 min). http://www.youtube.com/watch?v=-JURDFe2PNE&feature=b-vrec
image:
Upvotes: 1
Views: 657
Reputation:
Split this into three tasks:
You can implement these one at a time in order to develop precisely the drag and drop functionality you need.
You shouldn't need to convert your view to an image, as UIView subclasses can be animated by Core Animation. This SO post has more info on handling touch events.
Good luck!
Upvotes: 3