PadView 1.1

PadView 1.1

Maintained by Le Tai.



  • By
  • Tai Le

CocoaPods CocoaPods Pod License Build Status

🩹 PadView

PadView is a bottom pad view controller

Requirements

  • iOS 9.0 or later
  • Xcode 10.0 or later

Installation

There is a way to use PadView in your project:

  • using CocoaPods

Installation with CocoaPods

pod 'PadView'

Build Project

At this point your workspace should build without error. If you are having problem, post to the Issue and the community can help you solve it.

How To Use

import PadView

let contentView = UIView()
contentView.translatesAutoresizingMaskIntoConstraints = false
NSLayoutConstraint.activate([
    contentView.heightAnchor.constraint(equalToConstant: 100)
])
let padVC = PadViewViewController(contentView: contentView)
present(padVC, animated: false, completion: nil)

Author

Communication

  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

Licenses

All source code is licensed under the MIT License.