|
3 | 3 | **Popup from Apple Music & Feedback in AppStore**. Contains `Done`, `Heart`, `Error` and other presets. Supports Dark Mode. I tried to recreate Apple's alerts as much as possible. You can find these alerts in the AppStore after feedback and after you add a song to your library in Apple Music.
|
4 | 4 |
|
5 | 5 | <p float="left">
|
6 |
| -<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Animatable/Done.gif" width="230"> |
7 |
| -<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Animatable/Heart.gif" width="230"> |
8 |
| -<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Animatable/Message.gif" width="230"> |
| 6 | +<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Animatable/Done.gif" width="230"> |
| 7 | +<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Animatable/Heart.gif" width="230"> |
| 8 | +<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Animatable/Message.gif" width="230"> |
9 | 9 | </p>
|
10 | 10 |
|
11 | 11 | You can create more with custom images and [SFSymbols](https://developer.apple.com/sf-symbols/) more:
|
12 | 12 |
|
13 | 13 | <p float="left">
|
14 |
| -<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Bookmark.svg" width="50"> |
15 |
| -<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Moon.svg" width="50"> |
16 |
| -<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Star.svg" width="50"> |
17 |
| -<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Exclamation.svg" width="50"> |
18 |
| -<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Bolt.svg" width="50"> |
19 |
| -<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Cart.svg" width="50"> |
20 |
| -<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Like.svg" width="50"> |
21 |
| -<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Dislike.svg" width="50"> |
22 |
| -<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Privacy.svg" width="50"> |
23 |
| -<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Search.svg" width="50"> |
24 |
| -<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Add.svg" width="50"> |
25 |
| -<img src="https://github.com/varabeis/SPAlert/blob/master/Assets/Readme/Miniatures/Error.svg" width="50"> |
| 14 | +<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Bookmark.svg" width="50"> |
| 15 | +<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Moon.svg" width="50"> |
| 16 | +<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Star.svg" width="50"> |
| 17 | +<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Exclamation.svg" width="50"> |
| 18 | +<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Bolt.svg" width="50"> |
| 19 | +<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Cart.svg" width="50"> |
| 20 | +<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Like.svg" width="50"> |
| 21 | +<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Dislike.svg" width="50"> |
| 22 | +<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Privacy.svg" width="50"> |
| 23 | +<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Search.svg" width="50"> |
| 24 | +<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Add.svg" width="50"> |
| 25 | +<img src="https://github.com/ivanvorobei/SPAlert/blob/master/Assets/Readme/Miniatures/Error.svg" width="50"> |
26 | 26 | </p>
|
27 | 27 |
|
28 | 28 | If you like the project, don't forget to `put star ★` and follow me on GitHub:
|
29 | 29 |
|
30 |
| -[](https://github.com/varabeis) |
| 30 | +[](https://github.com/ivanvorobei) |
31 | 31 |
|
32 | 32 | ## Migration to 3.0v
|
33 | 33 |
|
@@ -66,7 +66,7 @@ The [Swift Package Manager](https://swift.org/package-manager/) is a tool for ma
|
66 | 66 | To integrate `SPAlert` into your Xcode project using Xcode 12, specify it in `File > Swift Packages > Add Package Dependency...`:
|
67 | 67 |
|
68 | 68 | ```ogdl
|
69 |
| -https://github.com/varabeis/SPAlert |
| 69 | +https://github.com/ivanvorobei/SPAlert |
70 | 70 | ```
|
71 | 71 |
|
72 | 72 | ### CocoaPods:
|
@@ -141,13 +141,13 @@ You can remove duration and completion, its have default values.
|
141 | 141 |
|
142 | 142 | ## Other Projects
|
143 | 143 |
|
144 |
| -#### [SPPermissions](https://github.com/varabeis/SPPermissions) |
| 144 | +#### [SPPermissions](https://github.com/ivanvorobei/SPPermissions) |
145 | 145 | Using for request and check state of permissions. Available native UI for request multiple permissions at the same time. Simple integration and usage like 2 lines code.
|
146 | 146 |
|
147 |
| -#### [SPPerspective](https://github.com/varabeis/SPPerspective) |
| 147 | +#### [SPPerspective](https://github.com/ivanvorobei/SPPerspective) |
148 | 148 | Animation of widgets from iOS 14. 3D transform with dynamic shadow. [Video preview](https://ivanvorobei.by/github/spperspective/video-preview). Available deep customisation 3D and shadow. Also you can use static transform without animation.
|
149 | 149 |
|
150 |
| -#### [SPDiffable](https://github.com/varabeis/SPDiffable) |
| 150 | +#### [SPDiffable](https://github.com/ivanvorobei/SPDiffable) |
151 | 151 | Simplifies working with animated changes in table and collections. Apple's diffable API required models for each object type. If you want use it in many place, you pass time to implement it and get over duplicates codes. This project help do it elegant with shared models and special cell providers. Support side bar iOS14 and already has native cell providers and views.
|
152 | 152 |
|
153 | 153 | ## Russian Community
|
|
0 commit comments