摘要: if(starttextfield==nil){ starttextfield=[[UITextFieldalloc]initWithFrame:CGRectMake(0, 0, 10, 10)]; } starttextfield.backgroundColor=[UIColorredColor]; UIView* viewTemp1 = [[UIView alloc]init]; viewTemp1.backgroundColor=[UIColorclearColor]; starttextfield.inputVie... 阅读全文
posted @ 2012-09-14 10:17 zander 阅读(199) 评论(0) 推荐(0)