Skip to content

A modal status view which look and feel like Xcode build succeeded status view. Very simple to use and customise.

License

Notifications You must be signed in to change notification settings

jahid-hasan-polash/Success-and-Error-Status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Success and Error Status

Swift 4.0 Platform: iOS XCode 9+ iOS 11 Licence MIT

A modal status view which look and feel like Xcode build succeeded status view. Very simple to use and customise.

Features

  • Look and feel like Xcode Build Succeeded status with appearance animation.
  • Easy presentation.
  • Automatic disappearance.
  • Swift 4+.

Usage

  • To Present
// default success status
ModalStatusPresenter.presentStatus()
// or for more options
ModalStatusPresenter.presentStatus(frame: CGRect, title: String, type: StatusType, signColor: CGColor, textColor: UIColor)

Installing

Manually

Download and add ModalStatus.swift file in your project. Or create a new file in your project and paste the code of ModalStatus.swift.

Requirements

  • Swift 4+
  • iOS 11 or higher

Authors

Communication

  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

License

This project is licensed under the MIT License.

About

A modal status view which look and feel like Xcode build succeeded status view. Very simple to use and customise.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages