Code Monkey home page Code Monkey logo

slidingtabbar's People

Contributors

bardonadam avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

slidingtabbar's Issues

tabBarView doesn't show up

I am trying to replace the existing tab bar with slidingTabBar. I did the following:

func setupTabs(){
        //hide the default tabbar
        self.tabBar.hidden = true
        self.selectedIndex = 0

        //initialize the fancy tabbar
        tabBarView = SlidingTabBar(frame: self.tabBar.frame, initialTabBarItemIndex: self.selectedIndex)
        tabBarView.tabBarBackgroundColor = Styles.brandPrimary
        tabBarView.tabBarItemTintColor = Styles.brandPrimaryLight
        tabBarView.selectedTabBarItemTintColor = UIColor.whiteColor()
        tabBarView.selectedTabBarItemColors = [Styles.softYellow, Styles.softYellow, Styles.softYellow]
        tabBarView.slideAnimationDuration = 0.6
        tabBarView.datasource = self
        tabBarView.delegate = self
        tabBarView.setup()

        self.delegate = self

        print(tabBarView.frame)

        self.view.addSubview(tabBarView)
    }

The original tab bar is hidden, but the subview never shows up. What might I be missing here?

Class <...> has no initializers.

Hi, I am fairly new to Swift. I have been playing with it for about a month and have just now started an actual project. I thought this would be a nice touch, but this error popped up stating the following: Class ViewNavigation has no initializers. My code is bellow:

import UIKit
import SlidingTabBar

class ViewNavigation: UITabBarController, UITabBarControllerDelegate, SlidingTabBarDataSource, SlidingTabBarDelegate {

    var tabBarView: SlidingTabBar

    func tabBarItemsInSlidingTabBar(tabBarView: SlidingTabBar) -> [UITabBarItem] {

        return tabBar.items!

    }

    func didSelectViewController(tabBarView: SlidingTabBar, atIndex index: Int) {

        selectedIndex = index

    }

    func tabBarController(tabBarController: UITabBarController, animationControllerForTransitionFromViewController fromVC: UIViewController, toViewController toVC: UIViewController) -> UIViewControllerAnimatedTransitioning? {

        return SlidingTabAnimatedTransitioning(transitionDuration: 0.6)

    }

    override func viewDidLoad() {

        super.viewDidLoad()

        tabBar.hidden = true
        selectedIndex = 1
        delegate = self

        tabBarView = SlidingTabBar(frame: self.tabBar.frame, initialTabBarItemIndex: self.selectedIndex)
        tabBarView.tabBarBackgroundColor = UIColor.lightGrayColor()
        tabBarView.tabBarItemTintColor = UIColor.blackColor()
        tabBarView.selectedTabBarItemTintColor = UIColor.blueColor()
        tabBarView.selectedTabBarItemColors = [UIColor.orangeColor(), UIColor.greenColor()]
        tabBarView.slideAnimationDuration = 0.6
        tabBarView.datasource = self
        tabBarView.delegate = self
        tabBarView.setup()

        view.addSubview(tabBarView)

    }

    override func didReceiveMemoryWarning() {

        super.didReceiveMemoryWarning()

    }

}

Please help, I am extremely confused.

Hiding sliding tab bar inside inner views

Hi ... I am using your sliding tab bars . I want to hide them completely when i segues to any other inner view to maintain the single navigation stack . Can you please tell me how can i achieve this . Thanks in advance

Could you make this an auto layout nav?

If you rotate the device, the navbar moves. Could you change it so that when you rotate the device the x and y cordinates change, and the height and width? It would be really nice.

tab bar unselected color

Hi bardonadam,

(Note this is not an issue just a query.)

This is really nice custom tab bar in swift I found.
But is there any way to customise this so that we can set different background colour or image for each unselected tab bar items also, just like we set for selected items? Something like attached below with selected tab bar item with orange colour and unselected ones with different colour red and dark
8effdlezm8

blue instead of single colour brown in your sample example.

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.