[已解决]swift实现圆角的按钮
crifan 9年前 (2015-11-18) 3915浏览 0评论
swift中,想要给按钮,变成圆角的。 用了: var loginButton:UIButton = UIButton(type: UIButtonType.RoundedRect) 但是没效果,试试默认的直角的: 搜: swift ...
crifan 9年前 (2015-11-18) 3915浏览 0评论
swift中,想要给按钮,变成圆角的。 用了: var loginButton:UIButton = UIButton(type: UIButtonType.RoundedRect) 但是没效果,试试默认的直角的: 搜: swift ...
crifan 9年前 (2015-11-06) 2977浏览 0评论
[背景] 想要实现这种效果: 但是代码: drawedCustomHeaderImage = drawConversationHeaderImage(CGSizeMake(SIZE_CONVERSATION_HEADER,...