A modal status view which look and feel like Xcode build succeeded status view. Very simple to use and customise.
- Look and feel like Xcode Build Succeeded status with appearance animation.
- Easy presentation.
- Automatic disappearance.
- Swift 4+.
- To Present
// default success status
ModalStatusPresenter.presentStatus()
// or for more options
ModalStatusPresenter.presentStatus(frame: CGRect, title: String, type: StatusType, signColor: CGColor, textColor: UIColor)
Download and add ModalStatus.swift
file in your project.
Or create a new file in your project and paste the code of ModalStatus.swift
.
- Swift 4+
- iOS 11 or higher
- Jahid Hasan Polash - jahid-hasan-polash
- 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.
This project is licensed under the MIT License.