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.
私はiPhone開発の初心者です。
ユーザー名とパスワードを使用して簡単なログイン アプリケーションを作成しています。
ログインに成功した後、UI を別の UI に移動したいと考えています。
これをどのように行うべきか教えてください。
UINavigation コントローラーを使用している場合
[self.navigationController pushViewController:viewControllerObj animated:YES];
ストーリーボードを使用している場合
[self performSegueWithIdentifier:@"identifier" sender:self];