(IOS系列)——TextFile屬性設置

//初始化textfield並設置位置及大小 UITextField *text = [[UITextField alloc]initWithFrame:CGRectMake(20, 20, 130, 30)]; //設置邊框樣式,只有設置了纔會顯示邊框樣式 text.borderStyle = UITextBorderStyleRoundedRect; typedef en
相關文章
相關標籤/搜索