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.
ユーザーがナビゲーションバーのタイトルを編集できるようにしたいと思います。以前アプリで見たことがあるような気がします。これは可能ですか?
を使用している場合はUINavigationController、
UINavigationController
self.navigationItem.titleView = // UITextView
をカスタマイズし、 asをsubViewとしてnavigationBar追加し、それに応じて配置する必要があります。UITextField
navigationBar
UITextField