You are here: Home » Lifetime Academy » How to add NavBar and TabBar to Cordova 3+ apps on iOS

How to add NavBar and TabBar to Cordova 3+ apps on iOS

Facebooktwitterredditpinterestlinkedinmail

iOS-Navigationbar-tabbar

If you’re a mobile application developer using Cordova as a cross-platform technology for your mobile app development, now you can add navigation bar to your applications as well as tabbar, all native.

We have added 2 repos to github:

NavigationBar
https://github.com/Emadello/cordova-plugin-CDVNavBar

TabBar
https://github.com/Emadello/cordova-plugin-CDVTabBar

 

If you’re familiar with commandline Cordova plugin installations, you shouldn’t have any problems installing the plugins using the following commands

cordova plugin add cordova-plugin-cdvnavbar
cordova plugin add cordova-plugin-cdvtabbar

you should see the plugins added to your XCode project as follows:

Cordova NavigationVar and TabBar plugins

Cordova NavigationVar and TabBar plugins

Please visit GitHub repo page for NavBar and TabBar for more info and examples

Facebooktwitterredditpinterestlinkedinmail

Leave a Reply

Your email address will not be published. Required fields are marked *