Swift开发点滴

Q:如何设置UIButton的高度和宽度?
A:可以通过设置边距实现,
self.contentEdgeInsets = EdgeInsets(top: 5, left: 8, bottom: 5, right: 8)

Contents
,