2017-12-26 11 views

답변

1
UIView.animate(withDuration: 0.5, animations: { 
     // your animation 
    }) { (completed) in 
     let yourController = YourController() 
     self.navigationController?.pushViewController(yourController, animated: true) 
    } 
+0

원래의 질문이 첫 번째 화면에 SEGUE이고 탐색 컨트롤러에 대한 언급이 코드는 문제를 해결할 수 있지만 SEGUE –

+0

을 수행하여 그 부분을 교체하지 상태를 제외하고 기본적으로 올바른, [설명 포함] (http://meta.stackexchange.com/questions/114762/explaining-entirely-code-based-answers)은 게시물의 품질을 향상시키는 데 정말로 도움이됩니다. 앞으로 독자의 질문에 답하고 있으며 코드 제안의 이유를 알지 못할 수도 있습니다. – Isma

관련 문제