I need get the position of the origin center of a UIButton
for example
this give the size of the UIButton
NSLog(@"%f",button.frame.origin.x);
NSLog(@"%f",button.frame.origin.y);
How get the center of origin frame of the UIButton?? any help is appreciated