摘要: 一 属性 UITextField * myTextField = [[UITextField alloc] initWithFrame:CGRectMake(50, 100, 200, 50)]; myTextField.backgroundColor = [UIColor clearColor]; //简单设置textField的边缘样式 myTextField.b... 阅读全文
posted @ 2014-11-02 22:53 xclidongbo 阅读(638) 评论(0) 推荐(0)