UIButton with both image and text possible?

前端 未结 10 1540
轮回少年
轮回少年 2020-12-02 08:57

I have a button of size width 200 and height 270. I want to have text and image on the same button. Not as a background image on that text. Instead of this, I want to displa

10条回答
  •  佛祖请我去吃肉
    2020-12-02 09:04

    If you want to have more control over the layout, create a subclass of UIControl and arrange the views you want (UILabel, UIImageView) in a xib file. Then you can use Autolayout regularly without having to sort out UIEdgeInsets.

提交回复
热议问题