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.
テーブルビューコントローラーを持っています。私が欲しいのは、1つのセルをクリックした後、他のセル(行)のinoutをブロックしたいということです。たとえば、4つのセルがある場合、ユーザーが最初のセルをクリックすると、ユーザー入力は2、3、4でブロックされます。同様に、2を選択すると、入力は1、3、4でブロックされます。どうやってするか?
UITableViewのDidselectrowDelegateメソッドでユーザーインタラクションを無効にするだけです