I want to RUN animation in Objective c
I am capturing user photo using AVCaptureSession
, and showing the image over the UIImageView.
Once the image is shown, I have to RUN animation starting from Top of the head to end of chin.
There are total 13 points over the face.
2 at the Forehead,
2 at the bridge of Nose,
2 at the end of the eyes,
2 at the opening of each nose,
2 at the start and ending of lips,
2 at the cheeks,
1 at chin end
I want to RUN animation which will start from head and end at chin and draw lines from each of the points mentioned above. Here is sample image like the way.
Is is possible in Objective c If yes, please guide for the same.
Thanks in advance.