문제

How can I close the child view automatically? My situation: I have a navigation controller and if I click onto an item in the root view a detail view appears. Now I want to close this detail view automatically?

Regards, Daniel

도움이 되었습니까?

해결책

Do you mean programmatically? You can call [self.navigationController popViewControllerAnimated:YES].

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top