btn.frame = CGRectInset(btn.frame, -x, -y)
OR
togglebutton.contentEdgeInsets = UIEdgeInsetsMake(0, 15, 0, 0); //set as your reqirement
btn.frame = CGRectInset(btn.frame, -x, -y)
OR
togglebutton.contentEdgeInsets = UIEdgeInsetsMake(0, 15, 0, 0); //set as your reqirement