Reputation: 1695
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.
The Above image is My XIB here Button Below is not displaying in IOSDevice
Please any one help in this issue.
Thanks in advance.
Upvotes: 0
Views: 120
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 .
Upvotes: 2