views:

11

answers:

1

Hi Dude,

   I like to get the position ie. xposition and yposition of an image in my code. How to extract the positions. Can some one guide me.

Thanks in advance.

A: 

CGPoint pos = view.center

Joshua Weinberg