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

LPDropDownAlertView 1.0.0

LPDropDownAlertView 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Luka Penger.



  • By
  • Luka Penger

LPDropDownAlertView is custom drop down view component with text and loading indicator for iOS.

Created by Luka Penger http://lukapenger.eu

Usage

If you'd like to include this component as a pod using CocoaPods, just add the following line to your Podfile:

pod "LPDropDownAlertView"

ARC

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.

Uses Frameworks

  • UIKit.framework
  • Foundation.framework

License

This code is distributed under the terms and conditions of the MIT license.

Change log

A brief summary of each LPPopupListView release can be found on the wiki.