PullUpTabBar
Introduction
I was working on an app and needed a pull up tab bar like the one similar from Google Map app. This one behave like the one from google
from google map app
pull up tab bar
How to use
PullUpTabBar only work if width and height are equal to UIScreen.main.bounds because the goal is to mimick google app. Also origin.x is 0 and origin.y is at the bottom of the screen. To ease the pain of initialization. Everything is already initialized. You only need to care about swiping up and down
let pullUpTabBar = PullUpTabBar()
view.addSubview(pullUpTabBar)
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
PullUpTabBar is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'PullUpTabBar'
Author
tdle94, tuyendle92
License
PullUpTabBar is available under the MIT license. See the LICENSE file for more info.