GSAlertView 1.0.1

GSAlertView 1.0.1

Maintained by Abhishek.



GSAlertView

CI Status Version License Platform

Screenshot

Features

  • AlertView with Title and it's Description
  • Alert with with Title and its Body Image
  • Alert View with Header Icon with Title and body
  • Fotter View with Image on left and text description

Installation

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

pod 'GSAlertView'

Code

AlertView with Title and it's Description

let alert = GSAlertView(title: "Hello World", image: imageSample)
alert.show(animated: true)

Alert with with Title and its Body Image

let alert = let alert = GSAlertView(title: "Hello World", description:"This is my description")
alert.show(animated: true)

Author

Abhishek Kumar Ravi

License

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