diff --git a/Example/RMessage/Base.lproj/Main.storyboard b/Example/RMessage/Base.lproj/Main.storyboard index 49d2733..7ee64e6 100644 --- a/Example/RMessage/Base.lproj/Main.storyboard +++ b/Example/RMessage/Base.lproj/Main.storyboard @@ -248,7 +248,7 @@ - + @@ -263,6 +263,7 @@ + diff --git a/README.md b/README.md index 2253b63..2119692 100644 --- a/README.md +++ b/README.md @@ -153,18 +153,13 @@ If you don't want a detailed description (the text underneath the title) you don **Design Examples** -![Error](http://www.toursprung.com/wp-content/uploads/2013/09/error_ios7.png) +![ErrorUnder](Screenshots/ErrorUnder.png) -![Message](http://www.toursprung.com/wp-content/uploads/2013/09/warning_ios7.png) +![SuccessUnder](Screenshots/SuccessUnder.png) -![Warning](http://www.toursprung.com/wp-content/uploads/2013/04/iNotificationWarning.png) - -![Success](http://www.toursprung.com/wp-content/uploads/2013/04/iNotificationSuccess.png) - -![Alt-Error](http://www.toursprung.com/wp-content/uploads/2013/04/iNotificationError.png) - -![Alt-Message](http://www.toursprung.com/wp-content/uploads/2013/04/iNotificationMessage.png) +![ErrorOver](Screenshots/ErrorOver.png) +![WarningOver](Screenshots/WarningOver.png) # License RMessage is available under the MIT license. See the LICENSE file for more information. diff --git a/Screenshots/ErrorOver.png b/Screenshots/ErrorOver.png new file mode 100644 index 0000000..c0adfa9 Binary files /dev/null and b/Screenshots/ErrorOver.png differ diff --git a/Screenshots/ErrorUnder.png b/Screenshots/ErrorUnder.png new file mode 100644 index 0000000..e6f1b9a Binary files /dev/null and b/Screenshots/ErrorUnder.png differ diff --git a/Screenshots/SuccessUnder.png b/Screenshots/SuccessUnder.png new file mode 100644 index 0000000..2313679 Binary files /dev/null and b/Screenshots/SuccessUnder.png differ diff --git a/Screenshots/WarningOver.png b/Screenshots/WarningOver.png new file mode 100644 index 0000000..1578249 Binary files /dev/null and b/Screenshots/WarningOver.png differ