KAREEM MAHAMMED
KAREEM MAHAMMED

Reputation: 1695

Not Displaying Complete View in UITabbarController with UINavigationController

In My Application using UINavigationcontroller and UITabbarcontroller Dynamically and adding views like

UINavigationController inside of UITabBarController issues in this way . I am able to got both UITabbarController and UINavigationController. Both are works fine. But My issue is Here View Not displaying complete as show in XIB. For example i added a UIButton in XIB at the point (110,380). It wont display in IOS Device.enter image description here

The Above image is My XIB here Button Below is not displaying in IOSDevice

enter image description here

Please any one help in this issue.

Thanks in advance.

Upvotes: 0

Views: 120

Answers (2)

folex
folex

Reputation: 5287

In Interface Builder try to set bottom bar to Tab Bar.Metrics

Upvotes: 1

munibsiddiqui
munibsiddiqui

Reputation: 435

Go to for Nib File , On right side in utility view go to attribute inspector.

Now Set Top bar : Navigation Bar

Bottom Bar : tab Bar

And then design your view .

enter image description here

Upvotes: 2

Related Questions