IOS开发之UIButton详解

//这里建立一个圆角矩形的按钮 UIButton *button1 = [UIButton buttonWithType:UIButtonTypeRoundedRect]; // 可以定义的button类型有如下6种, // typedef enum { // UIButtonTypeCustom = 0, 自定义风格 //
相关文章
相关标签/搜索