CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2014 |
Maintained by Luka Penger.
LPDropDownAlertView is custom drop down view component with text and loading indicator for iOS.
Created by Luka Penger http://lukapenger.eu
If you'd like to include this component as a pod using CocoaPods, just add the following line to your Podfile:
pod "LPDropDownAlertView"
LPDropDownAlertView uses ARC (Automatic Reference Counting).
If you are using LPDropDownAlertView in your non-arc project, you will need to set a -fobjc-arc
compiler flag on all of the LPDropDownAlertView source files.
To set a compiler flag in Xcode, go to your active target and select the "Build Phases" tab. Now select all LPDropDownAlertView source files, press Enter, insert -fobjc-arc
and then "Done" to disable ARC for LPDropDownAlertView.
This code is distributed under the terms and conditions of the MIT license.
A brief summary of each LPPopupListView release can be found on the wiki.