0

I have a app in which all views have an header view. The header view has to be at the top. Below the header view I need a navigation view. Unfortunately from some posts I realized that one cannot reduce the size of a UINavigationController.

enter image description here

The are where you see "Title" is where I want my navigation Bar and I want to push and pop views in the area where you see the UITableView.

Is there any way I can implement that without the UINavigationController?

Any help is greatly appreciated :)

1 Answer 1

1

Since iOS 5, you can use Container View Controllers.

You'd have your regular controller, with the header and below it you'd embed an UINavigationController.

You can read more about it on objc.io #1.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.