Skip to content

Commit

Permalink
modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlui committed Nov 16, 2017
1 parent 0bce314 commit a46f3d0
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
SwiftNotice
--
SwiftNotice is a GUI library for displaying various popups (HUD) written in pure Swift, fits any scrollview.
SwiftNotice is a GUI library for displaying various popups (HUD) written in pure Swift, fits any scrollview and supports iPhone X.

##Features
## Features

![SwiftNotice gif](https://raw.githubusercontent.com/johnlui/SwiftNotice/master/SwiftNotice.gif)

##Pretty easy to use
## Pretty easy to use

In any subclass of UIView, UIScrollView, UIViewController, UITableViewController, UITableViewCell:

Expand All @@ -26,21 +26,22 @@ self.clearAllNotice() // clear

[Read the documentation](https://github.com/johnlui/SwiftNotice/wiki) for more information.

##Installation
## Installation

Just clone and add `SwiftNotice.swift` to your project.

##Requirements
## Requirements

* iOS 7.0+
* Xcode 8 (Swift 3) in current swift3 branch.
* Xcode 9 (Swift 4) in current swift4 branch.
* Xcode 8 (Swift 3) in swift3 branch.
* Xcode 7 (Swift 2) in master branch.
* Xcode 6.3 (Swift 1.2) in [v3.1](https://github.com/johnlui/SwiftNotice/releases/tag/v3.1)

##Contribution
## Contribution

You are welcome to fork and submit pull requests.

##License
## License

SwiftNotice is open-sourced software licensed under the MIT license.

0 comments on commit a46f3d0

Please sign in to comment.