Vertical layout an UIButton

If you're an iOS developer, certainly you know that UIButton doesn't layout its content vertically, it's horizontally layout. So what will you do if you want to make an UIButton like this one: You have some solutions to do it: use image, add an UILabel or set inset of the title and image. But there's … Continue reading Vertical layout an UIButton