ios - how to get coordinates of button with respect to superview? -


my view hierarchy

uiviewcontroller.view

a subview (on main view half size , in bottom)

a button on subview

i want co-ordinates of button respect main view

the cgrect of button according superview.

[self.view convertrect:button.frame fromview:button.superview]; 

Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -