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.
iOS開発では、アプリの起動時にトークンIDを取得します。私はMVCを使用しており、他のいくつかのコントローラーでこのトークンIDを使用する必要があります。トークンIDにアクセスするための最良の方法は何ですか?
Shared/Singleton Class はあなたの目的に役立ちます。
Objective Cでシングルトンクラスを作成する方法
Objective-C のシングルトン共有データ ソース