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.
UITableView にいくつかの UITextField 要素があります。それらは自由に編集できますが、理由が理解できないか簡単に再現できないため、フィールドの 1 つが青色の背景になり、そのままの状態になることがあります。編集はまだ機能しますが、何らかの理由で青く塗られています。
私は何が欠けていますか?
iPad でアプリを試す 3. Xcode 4.3.x、IOS 5.1.1
選択されるのもセルだと思います...これでうまくいくと思います:
cell.selectionStyle = UITableViewCellSelectionStyleNone;