스토리보드1 한꺼번에 모든 모달 닫기 iOS 에서 스토리보드를 사용하여 App 개발중 아래와 같은 상황이 발생하였다. 1. SettingViewController를 Present Modally로 띄움 2. SettingViewController에서 로그아웃 버튼을 누름 3. 로그아웃 절차 진행 후 LoginViewController가 나타남 4. 다시 로그인을 할 경우 모든 모달이 닫히고(이 경우 SettingViewController) RootViewController가 나타남 위와같은 케이스의 해결을 위해 [self performSegueWithIdentifier:@"LoginSegue" sender:self];가 호출된 직후 [self dismissViewControllerAnimated:true completion:nil];를 호출하.. 2015. 1. 22. 이전 1 다음