Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Friend-LGA authored Dec 26, 2016
1 parent 41ba263 commit 6e040a4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ More init methods you can find in [LGAlertView.h](https://github.com/Friend-LGA/

### Setup

You can change properties only before you show alert view, after this change anything is impossible.
You can change properties only before you show alert view, after this to change something is impossible.

Instead of change properties for every new alert view, you can use global class properties to set them all only once and
new alert views will use it by default:
Expand Down Expand Up @@ -467,6 +467,14 @@ LGAlertViewDestructiveNotification

For more details try Xcode [Demo project](https://github.com/Friend-LGA/LGAlertView/blob/master/Demo) and see [LGAlertView.h](https://github.com/Friend-LGA/LGAlertView/blob/master/LGAlertView/LGAlertView.h)

## Frameworks

If you like LGAlertView, check out my other useful libraries:
* [LGSideMenuController](https://github.com/Friend-LGA/LGSideMenuController)
iOS view controller, shows left and right views by pressing button or gesture.
* [LGPlusButtonsView](https://github.com/Friend-LGA/LGPlusButtonsView)
Customizable iOS implementation of Floating Action Button (Google Plus Button, fab).

## License

LGAlertView is released under the MIT license. See [LICENSE](https://raw.githubusercontent.com/Friend-LGA/LGAlertView/master/LICENSE) for details.

0 comments on commit 6e040a4

Please sign in to comment.