Вопрос

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