Skip to content

Commit 214fe1c

Browse files
committed
Update
1 parent 5222fc5 commit 214fe1c

21 files changed

Lines changed: 45 additions & 39 deletions

.github/FUNDING.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
patreon: ivanvorobei
2-
custom: https://xcode-shop.com
1+
patreon: varabeis
2+
custom: https://xcode-shop.com

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ let package = Package(
1111
.library(name: "SPStorkController", targets: ["SPStorkController"])
1212
],
1313
targets: [
14-
.target(name: "SPStorkController", dependencies: [], path: "Source/SPStorkController")
14+
.target(name: "SPStorkController", dependencies: [], path: "Sources/SPStorkController")
1515
]
1616
)

README.md

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# SPStorkController
22

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>
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>
44

55
### About
66
Controller **as in Apple Music, Podcasts and Mail** apps. Help if you need customize height or suppport modal style in iOS 12.
77

88
Simple adding close button and centering arrow indicator. Customizable height. Using custom `TransitionDelegate`.
99

10-
Alert you can find in [SPAlert](https://github.com/IvanVorobei/SPAlert) project. It support diffrents presets, some animatable.
10+
Alert you can find in [SPAlert](https://github.com/varabeis/SPAlert) project. It support diffrents presets, some animatable.
1111

1212
If you like the project, don't forget to `put star ★` and follow me on GitHub:
1313

14-
[![https://github.com/ivanvorobei](https://github.com/ivanvorobei/Assets/blob/master/Buttons/follow-me-on-github.svg)](https://github.com/ivanvorobei)
14+
[![https://github.com/varabeis](https://github.com/varabeis/Readme/blob/main/Buttons/follow-me-varabeis.svg)](https://github.com/varabeis)
1515

1616
## Navigate
1717

@@ -70,7 +70,7 @@ The [Swift Package Manager](https://swift.org/package-manager/) is a tool for ma
7070
To integrate `SPStorkController` into your Xcode project using Xcode 11, specify it in `Project > Swift Packages`:
7171

7272
```ogdl
73-
https://github.com/ivanvorobei/SPStorkController
73+
https://github.com/varabeis/SPStorkController
7474
```
7575

7676
### Manually
@@ -255,9 +255,9 @@ class ModalController: UIViewController {
255255

256256
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:
257257

258-
<img src="https://github.com/ivanvorobei/SPStorkController/blob/master/Resources/Navigation%20Bar.jpg"/>
258+
<img src="https://github.com/varabeis/SPStorkController/blob/master/Resources/Navigation%20Bar.jpg"/>
259259

260-
To use it, you need to install [SPFakeBar](https://github.com/ivanvorobei/SPFakeBar) pod:
260+
To use it, you need to install [SPFakeBar](https://github.com/varabeis/SPFakeBar) pod:
261261

262262
```ruby
263263
pod 'SPFakeBar'
@@ -364,23 +364,29 @@ It’s needed for correct presentation and dismissal of all modal controllers.
364364

365365
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/).
366366

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>
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>
368368

369369
## Other Projects
370370

371-
#### [SPPermissions](https://github.com/ivanvorobei/SPPermissions)
372-
Allow request permissions with native dialog UI and interactive animations. Also you can request permissions without dialog. Check state any permission. You can start using this project with just two lines of code and easy customisation.
371+
#### [SPAlert](https://github.com/varabeis/SPAlert)
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.
373373

374-
#### [SPAlert](https://github.com/ivanvorobei/SPAlert)
375-
It is popup from Apple Music & Feedback in AppStore. Contains Done & Heart presets. Done present with draw path animation. I clone Apple's alerts as much as possible.
376-
You can find this alerts in AppStore after feedback, after added song to library in Apple Music. I am also add alert without icon, as simple message.
374+
#### [SPPerspective](https://github.com/varabeis/SPPerspective)
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.
377376

378-
#### [SPDiffable](https://github.com/ivanvorobei/SPDiffable)
379-
Apple's diffable API requerid models for each object type. If you want use it in many place, you pass many time to implemenet and get over duplicates codes. This project help you do it elegant with shared models and special cell providers for one-usage models.
377+
#### [SPPermissions](https://github.com/varabeis/SPPermissions)
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.
380379

381-
## Russian Community
380+
#### [SPDiffable](https://github.com/varabeis/SPDiffable)
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.
382382

383-
Присоединяйтесь в телеграм канал [Код Воробья](https://sparrowcode.by/telegram), там найдете заметки о iOS разработке и дизайне.
384-
Большие туториалы выклыдываю на [YouTube](https://sparrowcode.by/youtube).
383+
#### [SparrowKit](https://github.com/varabeis/SparrowKit)
384+
Collection of native Swift extensions to boost your development. Support tvOS and watchOS.
385385

386-
[![Tutorials on YouTube](https://github.com/ivanvorobei/Assets/blob/master/Russian%20Community/youtube-preview.jpg)](https://sparrowcode.by/youtube)
386+
Для русского комьюнити
387+
388+
## Russian-specking Community
389+
390+
В телеграм-канале [Код Воробья](https://ivanvorobei.by/sparrowcode/telegram) пишу о iOS разработке. Видео-туториалы выклыдываю на [YouTube](https://ivanvorobei.by/youtube):
391+
392+
[![Tutorials on YouTube](https://cdn.ivanvorobei.by/github/readme/youtube-preview.jpg)](https://ivanvorobei.by/youtube)

SPStorkController.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
F4DB85132260A4FD005082AA = {
140140
isa = PBXGroup;
141141
children = (
142-
F4DB851F2260A4FD005082AA /* Source */,
142+
F4DB851F2260A4FD005082AA /* Sources */,
143143
F4DB851E2260A4FD005082AA /* Products */,
144144
);
145145
sourceTree = "<group>";
@@ -152,13 +152,13 @@
152152
name = Products;
153153
sourceTree = "<group>";
154154
};
155-
F4DB851F2260A4FD005082AA /* Source */ = {
155+
F4DB851F2260A4FD005082AA /* Sources */ = {
156156
isa = PBXGroup;
157157
children = (
158158
F4803BF6230836F40092C9BC /* SPStorkController */,
159159
F4437E4F22B50918006E6498 /* Supporting Files */,
160160
);
161-
path = Source;
161+
path = Sources;
162162
sourceTree = "<group>";
163163
};
164164
/* End PBXGroup section */

Source/SPStorkController/CodeDraw/SPStorkCodeDraw.swift renamed to Sources/SPStorkController/CodeDraw/SPStorkCodeDraw.swift

File renamed without changes.

Source/SPStorkController/Extenshion/SPStorkViewControllerExtenshion.swift renamed to Sources/SPStorkController/Extenshion/SPStorkViewControllerExtenshion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2017 Ivan Varabei (varabeis@icloud.com)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Source/SPStorkController/Models/SPStorkArrowMode.swift renamed to Sources/SPStorkController/Models/SPStorkArrowMode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2017 Ivan Varabei (varabeis@icloud.com)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Source/SPStorkController/Models/SPStorkHaptic.swift renamed to Sources/SPStorkController/Models/SPStorkHaptic.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2017 Ivan Vorobei (ivanvorobei@icloud.com)
2+
// Copyright © 2020 Ivan Vorobei (ivanvorobei@icloud.com)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Source/SPStorkController/Protocols/SPStorkControllerConfirmDelegate.swift renamed to Sources/SPStorkController/Protocols/SPStorkControllerConfirmDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2017 Ivan Varabei (varabeis@icloud.com)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

Source/SPStorkController/Protocols/SPStorkControllerDelegate.swift renamed to Sources/SPStorkController/Protocols/SPStorkControllerDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// The MIT License (MIT)
2-
// Copyright © 2017 Ivan Varabei (varabeis@icloud.com)
2+
// Copyright © 2020 Ivan Vorobei (hello@ivanvorobei.by)
33
//
44
// Permission is hereby granted, free of charge, to any person obtaining a copy
55
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)