摘要: 一、UIButton的基本属性 UIButton * button=[UIButton buttonWithType:UIButtonTypeCustom];//button的样式 button.frame=CGRectMake(i%2*btnView.width/2,i/2*(btnView.he... 阅读全文
posted @ 2015-07-09 15:22 莫莫smile1 阅读(97) 评论(0) 推荐(0)
摘要: 一、基本属性//初始化并定义大小UITextView*textview=[[UITextViewalloc]initWithFrame:CGRectMake(20,10,280,30)]; textview.scrollEnabled=NO;//当文字超过视图的边框时是否允许滑动,默认为“YES”... 阅读全文
posted @ 2015-07-09 11:48 莫莫smile1 阅读(163) 评论(0) 推荐(0)