Skip to content

A demo written in swift to produce CURVED tabbar item in center.

License

Notifications You must be signed in to change notification settings

Gagan5278/CurvedTabbar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CurvedTabbar

A demo written in swift to produce CURVED tabbar item in center.

HOW TO USE

Drag and drop CustomTabBarController.swift and CustomizedTabBar.swift file in your project. If you are using storyboard then set Tabbar class to 'CustomizedTabBar' Screen Shot 2021-03-25 at 10 49 56 PM

If you dont have Storyboard then add below code in your UITabBarController's subclass.

         let tabBar = { () -> CustomizedTabBar in
               let tabBar = CustomizedTabBar()
               tabBar.delegate = self
               return tabBar
           }()
       self.setValue(tabBar, forKey: "tabBar")

Screenshot

Screen Shot 2021-03-25 at 10 45 02 PM

About

A demo written in swift to produce CURVED tabbar item in center.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages