mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-01-11 20:00:26 +01:00
Update
This commit is contained in:
10
.github/FUNDING.yml
vendored
10
.github/FUNDING.yml
vendored
@@ -1,8 +1,2 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||
patreon: ivanvorobei
|
||||
open_collective: # Replace with a single Open Collective username
|
||||
ko_fi: # Replace with a single Ko-fi username
|
||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||
custom: # https://xcode-shop.com
|
||||
patreon: varabeis
|
||||
custom: https://xcode-shop.com
|
||||
|
||||
42
.gitignore
vendored
42
.gitignore
vendored
@@ -1,38 +1,14 @@
|
||||
# Mac OS X
|
||||
# OS X temporary files
|
||||
.DS_Store
|
||||
.Trashes
|
||||
|
||||
# Xcode
|
||||
## Build generated
|
||||
build/
|
||||
DerivedData
|
||||
|
||||
## Various settings
|
||||
*.pbxuser
|
||||
!default.pbxuser
|
||||
*.mode1v3
|
||||
!default.mode1v3
|
||||
*.mode2v3
|
||||
!default.mode2v3
|
||||
*.perspectivev3
|
||||
!default.perspectivev3
|
||||
xcuserdata
|
||||
|
||||
## Other
|
||||
*.xccheckout
|
||||
*.moved-aside
|
||||
*.xcuserstate
|
||||
*.xcscmblueprint
|
||||
|
||||
## Obj-C/Swift specific
|
||||
*.hmap
|
||||
*.ipa
|
||||
|
||||
## Playgrounds
|
||||
timeline.xctimeline
|
||||
playground.xcworkspace
|
||||
# Xcode User settings
|
||||
xcuserdata/
|
||||
|
||||
# Swift Package Manager
|
||||
.build/
|
||||
Packages/
|
||||
Package.resolved
|
||||
.swiftpm
|
||||
|
||||
# Carthage
|
||||
Carthage/Build
|
||||
# Pods
|
||||
Pods/
|
||||
31
README.md
31
README.md
@@ -8,14 +8,14 @@ Examples projects using `SwiftUI` & `Combine`.
|
||||
Include Layout, UI, Animations, Gestures, Draw and Data. See projects files in `Files` & `Other Projects` folders. If you have project, make a pull request or create issue with link to repo.
|
||||
|
||||
Interested in UI and animations in `UIKit`?
|
||||
See [awesome-ios-ui](https://github.com/ivanvorobei/awesome-ios-ui) pack with UI elements:
|
||||
See [awesome-ios-ui](https://github.com/varabeis/awesome-ios-ui) pack with UI elements:
|
||||
|
||||
[](https://github.com/ivanvorobei/awesome-ios-ui)
|
||||
[](https://github.com/varabeis/awesome-ios-ui)
|
||||
|
||||
If you like the project, do not forget to `put star ★`
|
||||
and follow me on GitHub:
|
||||
|
||||
[](https://github.com/ivanvorobei)
|
||||
[](https://github.com/varabeis)
|
||||
|
||||
## Navigate
|
||||
|
||||
@@ -283,3 +283,28 @@ For change state using `@State` as property:
|
||||
|
||||
Thanks for [Jinxiansen](https://github.com/Jinxiansen), [ra1028](https://github.com/ra1028), [timdonnelly](https://github.com/timdonnelly), [TwoLivesLeft](https://github.com/TwoLivesLeft), [devxoul](https://github.com/devxoul), [cmtrounce](https://github.com/cmtrounce), [unixzii](https://github.com/unixzii), [ra1028](https://github.com/ra1028) for examples project.
|
||||
|
||||
## Other Projects
|
||||
|
||||
#### [SPAlert](https://github.com/varabeis/SPAlert)
|
||||
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.
|
||||
|
||||
#### [SPPerspective](https://github.com/varabeis/SPPerspective)
|
||||
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.
|
||||
|
||||
#### [SPPermissions](https://github.com/varabeis/SPPermissions)
|
||||
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.
|
||||
|
||||
#### [SPDiffable](https://github.com/varabeis/SPDiffable)
|
||||
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.
|
||||
|
||||
#### [SparrowKit](https://github.com/varabeis/SparrowKit)
|
||||
Collection of native Swift extensions to boost your development. Support tvOS and watchOS.
|
||||
|
||||
Для русского комьюнити
|
||||
|
||||
## Russian-specking Community
|
||||
|
||||
В телеграм-канале [Код Воробья](https://ivanvorobei.by/sparrowcode/telegram) пишу о iOS разработке. Видео-туториалы выклыдываю на [YouTube](https://ivanvorobei.by/youtube):
|
||||
|
||||
[](https://ivanvorobei.by/youtube)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user