diff --git a/Assets/Readme/Miniature - Done.svg b/Assets/Readme/Miniature - Done.svg new file mode 100644 index 0000000..504dc3b --- /dev/null +++ b/Assets/Readme/Miniature - Done.svg @@ -0,0 +1,13 @@ + + + + Miniature - Done + Created with Sketch. + + + + + + + + \ No newline at end of file diff --git a/Assets/Readme/Miniature - Error.svg b/Assets/Readme/Miniature - Error.svg new file mode 100644 index 0000000..0f8434f --- /dev/null +++ b/Assets/Readme/Miniature - Error.svg @@ -0,0 +1,13 @@ + + + + Miniature - Error + Created with Sketch. + + + + + + + + \ No newline at end of file diff --git a/Assets/Readme/Miniature - Heart.svg b/Assets/Readme/Miniature - Heart.svg new file mode 100644 index 0000000..a2aade1 --- /dev/null +++ b/Assets/Readme/Miniature - Heart.svg @@ -0,0 +1,10 @@ + + + + Miniature - Heart + Created with Sketch. + + + + + \ No newline at end of file diff --git a/Assets/Sketch/Presets.sketch b/Assets/Sketch/Presets.sketch new file mode 100644 index 0000000..8cbf673 Binary files /dev/null and b/Assets/Sketch/Presets.sketch differ diff --git a/Readme.md b/Readme.md index 6cf8a87..f75e1fa 100644 --- a/Readme.md +++ b/Readme.md @@ -69,6 +69,16 @@ github "ivanvorobei/SPAlert" If you prefer not to use any of dependency managers, you can integrate `SPAlert` into your project manually. Put `Source/SPAlert` folder in your Xcode project. Make sure to enable `Copy items if needed` and `Create groups`. +### Presets + +For now supporting `Done`, `Heart`, `Error` & `Message` presets. + +

+ + + +

+ ## Quick Start For best experience, I recommend call alerts by `SPAlert`. These functions are updated regularly and show as Apple way. I focus on presets: @@ -91,7 +101,7 @@ SPAlert.present(message: "Empty UITextField") ## Usage -For now supporting `Done`, `Heart`, `Error` & `Message` presets. Sometimes it may require deep customization. In this section, I will show you what you can do. +Sometimes it may require deep customization. In this section, I will show you what you can do. ### Duration