Skip to content

carabina/IJPopup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IJPopup

CI Status Version License Platform

Example

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

Requirements

Installation

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

pod 'IJPopup', '~> 0.1.1'

Carthage

You can also add the framework via carthage simply add the following line in your Cartfile

github "imranjutt/IJPopup" ~> 0.1.2

Usage

Usage is incredibly easy all you need to do is call

let popup = IJAlertPopup(withTitle: "Alert", message: "Hey there!!") { (sender) in
//do anything on callback
}
popup.showInView(self.view)

Author

imranjutt, muhammad.imran.jutt@venturedive.com

License

IJPopup is available under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 63.0%
  • Swift 25.3%
  • Ruby 6.7%
  • Objective-C 5.0%