[ios] simple method to increase hitarea for a button

btn.frame = CGRectInset(btn.frame, -x, -y)

OR

togglebutton.contentEdgeInsets = UIEdgeInsetsMake(0, 15, 0, 0); //set as your reqirement