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.
カスタムテーブルセルにボタンがあり、これを使用してビューに移動します。ただし、このビューは、TableCellを押すだけで表示されるビューとは異なる必要があります。誰かがこれを以前に解決したことがありますか?
ボタンクリックイベントで別のビューをプッシュできます
例えば:
[self.navigationController pushViewController:viewController animated:YES];