Let button Frame is:
myButton.frame = CGRectMake(0, 0, 80, 30);
To set an image at the left corner of an UIButton, do as follows:
[myButton setImageEdgeInsets:UIEdgeInsetsMake(0, 30, 0, 80)];
<key>UIStatusBarHidden</key> <true/> <key>UIViewControllerBasedStatusBarAppearance</key> <false/>