CocoaPods trunk is moving to be read-only. Read more on the blog, there are 16 months to go.

PullUpTabBar 1.1.1

PullUpTabBar 1.1.1

Maintained by Tuyen Le.



  • By
  • tdle94

PullUpTabBar

CI Status Version License Platform

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

ezgif com-resize (6)

pull up tab bar

ezgif com-video-to-gif

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.