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:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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!