All Projects β†’ lminhtm β†’ Lmdropdownview

lminhtm / Lmdropdownview

Licence: mit
LMDropdownView is a simple dropdown view inspired by Tappy.

Projects that are alternatives of or similar to Lmdropdownview

Lmdropdownviewswift
LMDropdownViewSwift is a simple dropdown view inspired by Tappy.
Stars: ✭ 18 (-96.69%)
Mutual labels:  blur, dropdown
Gaussianblur
An easy and fast library to apply gaussian blur filter on any images. 🎩
Stars: ✭ 473 (-12.89%)
Mutual labels:  blur
Dropdowntextview
Simple drop-down(expandable) TextView for Android
Stars: ✭ 307 (-43.46%)
Mutual labels:  dropdown
Iosdropdown
Drop Down Menu for iOS With Search And Other Awesome Customisation
Stars: ✭ 390 (-28.18%)
Mutual labels:  dropdown
Popper Core
🍿 JavaScript positioning library for tooltips, popovers, dropdowns, and more
Stars: ✭ 18,903 (+3381.22%)
Mutual labels:  dropdown
Blurtestandroid
This is a simple App to test some blur algorithms on their visual quality and performance.
Stars: ✭ 396 (-27.07%)
Mutual labels:  blur
Vue Stripe Menu
Creating a navigation menu with animations like on Stripe
Stars: ✭ 266 (-51.01%)
Mutual labels:  dropdown
Blurry
Blurry is an easy blur library for Android
Stars: ✭ 5,092 (+837.75%)
Mutual labels:  blur
Hokoblur
an easy-to-use blur library for Android, support efficient dynamic blur tasks.
Stars: ✭ 467 (-14%)
Mutual labels:  blur
React Select Search
⚑️ Lightweight select component for React
Stars: ✭ 379 (-30.2%)
Mutual labels:  dropdown
Imaging
Imaging is a simple image processing package for Go
Stars: ✭ 4,023 (+640.88%)
Mutual labels:  blur
Orionpreview
πŸ…ΎοΈ OrionPreview is a simple animation with tanslation or scale views written in Java.
Stars: ✭ 335 (-38.31%)
Mutual labels:  blur
Animewallpaper
[Android] Konachan wallpaper downloader
Stars: ✭ 402 (-25.97%)
Mutual labels:  blur
Ngx Treeview
An Angular treeview component with checkbox
Stars: ✭ 312 (-42.54%)
Mutual labels:  dropdown
Slim Select
Slim advanced select dropdown
Stars: ✭ 517 (-4.79%)
Mutual labels:  dropdown
Autocomplete.js
Simple autocomplete pure vanilla Javascript library.
Stars: ✭ 3,428 (+531.31%)
Mutual labels:  dropdown
React Dropdown Tree Select
Lightweight, accessible, customizable and fast Dropdown Tree Select component for React
Stars: ✭ 345 (-36.46%)
Mutual labels:  dropdown
Shadowview
An iOS Library that makes shadows management easy on UIView.
Stars: ✭ 391 (-27.99%)
Mutual labels:  blur
Sablurimageview
You can use blur effect and it's animation easily to call only two methods.
Stars: ✭ 538 (-0.92%)
Mutual labels:  blur
Mkdropdownmenu
πŸ”» Dropdown Menu for iOS with many customizable parameters to suit any needs
Stars: ✭ 523 (-3.68%)
Mutual labels:  dropdown

LMDropdownView

LMDropdownView is a simple dropdown view inspired by Tappy.

CI Status Version License Platform

       

Features

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

Requirements

  • iOS 8.0 or higher

Installation

LMDropdownView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'LMDropdownView'

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Swift Version

https://github.com/lminhtm/LMDropdownViewSwift

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 Nguyen https://github.com/lminhtm

Donations

paypal

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].