0

enter image description here

When I press and drag the red rounded corners that corner only increased depending on the X, Y not for rest of the image. How to handle this problem. Please help me. Thanks in advance

janusfidel
  • 8,036
  • 4
  • 30
  • 53
Mani
  • 1,310
  • 1
  • 20
  • 40
  • See the image. To drag the corners then increase the corner length. Are you clear? – Mani Sep 18 '12 at 07:19
  • NO, Suppose I tap on bottom right corner and drag little right. what must be the outcome? Do you want the image to be zoomed in/out or just move the blue bordered box? – Suresh Varma Sep 18 '12 at 07:23
  • I checked the out of boundary conditions, So thats not a problem. The corner rectangle are working fine. Only my problem is how to increase the skew for the 3D transformed image? Please give some idea. – Mani Sep 18 '12 at 07:29

1 Answers1

0

A CATransform3D should help you solve this. Maybe you can go through this link. And Also this

EDIT

Other related links:

  1. iPhone image stretching (skew)
  2. How do I use CATransform3D on a UIView to add a specific type of perspective?
Community
  • 1
  • 1
Roshit
  • 1,589
  • 1
  • 15
  • 37