Skip to content

carabina/GSAlertView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GSAlertView

CI Status Version License Platform

Screenshot 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.

About

A Flexible and Customisable Alert View 📱

Resources

License

Stars

Watchers

Forks

Packages

No packages published