Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のアプリでは、のデフォルトの外観を変更したいと思いますUITextField。長方形のように見せたいです。IEの丸みを帯びたエッジを回避するにはどうすればよいUITextFieldですか?
UITextField
インスペクターでは、境界線のスタイルを変更できます:
派手なものが必要な場合は、背景画像を変更することもできます。
Interface Builder を使用していない場合は、これらの属性のいずれかを でプログラムによって簡単に変更できますviewDidLoad。
viewDidLoad