|
1 | 1 | # SPStorkController |
2 | 2 |
|
3 | | -<a href="https://itunes.apple.com/app/id1446635818" target="_blank"><img align="left" src="https://github.com/varabeis/SPStorkController/blob/master/Resources/Preview.gif" width="400"/></a> |
| 3 | +<a href="https://itunes.apple.com/app/id1446635818" target="_blank"><img align="left" src="https://github.com/ivanvorobei/SPStorkController/blob/master/Resources/Preview.gif" width="400"/></a> |
4 | 4 |
|
5 | 5 | ### About |
6 | 6 | Controller **as in Apple Music, Podcasts and Mail** apps. Help if you need customize height or suppport modal style in iOS 12. |
7 | 7 |
|
8 | 8 | Simple adding close button and centering arrow indicator. Customizable height. Using custom `TransitionDelegate`. |
9 | 9 |
|
10 | | -Alert you can find in [SPAlert](https://github.com/varabeis/SPAlert) project. It support diffrents presets, some animatable. |
| 10 | +Alert you can find in [SPAlert](https://github.com/ivanvorobei/SPAlert) project. It support diffrents presets, some animatable. |
11 | 11 |
|
12 | 12 | If you like the project, don't forget to `put star ★` and follow me on GitHub: |
13 | 13 |
|
14 | | -[](https://github.com/varabeis) |
| 14 | +[](https://github.com/ivanvorobei) |
15 | 15 |
|
16 | 16 | ## Navigate |
17 | 17 |
|
@@ -70,7 +70,7 @@ The [Swift Package Manager](https://swift.org/package-manager/) is a tool for ma |
70 | 70 | To integrate `SPStorkController` into your Xcode project using Xcode 11, specify it in `Project > Swift Packages`: |
71 | 71 |
|
72 | 72 | ```ogdl |
73 | | -https://github.com/varabeis/SPStorkController |
| 73 | +https://github.com/ivanvorobei/SPStorkController |
74 | 74 | ``` |
75 | 75 |
|
76 | 76 | ### Manually |
@@ -255,9 +255,9 @@ class ModalController: UIViewController { |
255 | 255 |
|
256 | 256 | You only need to add a navigation bar to the main view, it will automatically layout. Use style `.stork` in init of `SPFakeBarView`. Here is visual preview with Navigation Bar and without it: |
257 | 257 |
|
258 | | -<img src="https://github.com/varabeis/SPStorkController/blob/master/Resources/Navigation%20Bar.jpg"/> |
| 258 | +<img src="https://github.com/ivanvorobei/SPStorkController/blob/master/Resources/Navigation%20Bar.jpg"/> |
259 | 259 |
|
260 | | -To use it, you need to install [SPFakeBar](https://github.com/varabeis/SPFakeBar) pod: |
| 260 | +To use it, you need to install [SPFakeBar](https://github.com/ivanvorobei/SPFakeBar) pod: |
261 | 261 |
|
262 | 262 | ```ruby |
263 | 263 | pod 'SPFakeBar' |
@@ -364,23 +364,23 @@ It’s needed for correct presentation and dismissal of all modal controllers. |
364 | 364 |
|
365 | 365 | Apple present in `WWDC 2019` new modal presentation style - `Sheets`. It ready use Support interactive dismiss and work with navigations bars. Available since iOS 13. I will add more information when I study this in more detail. You can see presentation [here](https://developer.apple.com/videos/play/wwdc2019/224/). |
366 | 366 |
|
367 | | -<a href="https://developer.apple.com/videos/play/wwdc2019/224/" target="_blank"><img align="center" src="https://github.com/varabeis/SPStorkController/blob/master/Resources/Sheets.png"/></a> |
| 367 | +<a href="https://developer.apple.com/videos/play/wwdc2019/224/" target="_blank"><img align="center" src="https://github.com/ivanvorobei/SPStorkController/blob/master/Resources/Sheets.png"/></a> |
368 | 368 |
|
369 | 369 | ## Other Projects |
370 | 370 |
|
371 | | -#### [SPAlert](https://github.com/varabeis/SPAlert) |
| 371 | +#### [SPAlert](https://github.com/ivanvorobei/SPAlert) |
372 | 372 | You can find this alerts in AppStore after feedback or after added song to library in Apple Music. Contains popular Done, Heart presets and many other. Done preset present with draw path animation like original. Also available simple present message without icon. Usage in one line code. |
373 | 373 |
|
374 | | -#### [SPPerspective](https://github.com/varabeis/SPPerspective) |
| 374 | +#### [SPPerspective](https://github.com/ivanvorobei/SPPerspective) |
375 | 375 | Animation of widgets from iOS 14. 3D transform with dynamic shadow. Look [video preview](https://ivanvorobei.by/github/spperspective/video-preview). Available deep customisation 3D and shadow. Also you can use static transform without animation. |
376 | 376 |
|
377 | | -#### [SPPermissions](https://github.com/varabeis/SPPermissions) |
| 377 | +#### [SPPermissions](https://github.com/ivanvorobei/SPPermissions) |
378 | 378 | 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. |
379 | 379 |
|
380 | | -#### [SPDiffable](https://github.com/varabeis/SPDiffable) |
| 380 | +#### [SPDiffable](https://github.com/ivanvorobei/SPDiffable) |
381 | 381 | 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. |
382 | 382 |
|
383 | | -#### [SparrowKit](https://github.com/varabeis/SparrowKit) |
| 383 | +#### [SparrowKit](https://github.com/ivanvorobei/SparrowKit) |
384 | 384 | Collection of native Swift extensions to boost your development. Support tvOS and watchOS. |
385 | 385 |
|
386 | 386 | Для русского комьюнити |
|
0 commit comments