Skip to content

mbjacks/LMDropdownView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LMDropdownView

LMDropdownView is a simple dropdown view inspired by Tappy.

               

Features

  • Dropdown view with blur+transform3D effect.
  • Using keyframe animation from Core Animation.
  • You can easily change the menu content view.

Requirements

  • iOS 7.0 or higher
  • ARC

Installation

From CocoaPods

pod 'LMDropdownView'

Manually

  • Drag the LMDropdownView folder into your project.
  • Add #include "LMDropdownView.h" to the top of classes that will use it.

Usage

You can easily integrate the LMDropdownView with a few lines of code. For an example usage look at the code below.

LMDropdownView *dropdownView = [LMDropdownView dropdownView];
[dropdownView showFromNavigationController:self.navigationController withContentView:self.menuTableView];

See sample Xcode project in /LMDropdownViewDemo

License

LMDropdownView is licensed under the terms of the MIT License.

Contact

Minh Luong Nguyen

Projects using LMDropdownView

Feel free to add your project here

Donations

paypal

About

LMDropdownView is a simple dropdown view inspired by Tappy.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Objective-C 98.6%
  • Ruby 1.4%