Skip to content

Commit c292ca4

Browse files
Merge pull request #8 from SimformSolutionsPvtLtd/feature/update-read-me
README and Code structure updated
2 parents 435f544 + 26c3fe2 commit c292ca4

File tree

34 files changed

+109
-11
lines changed

34 files changed

+109
-11
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Way to contribute
2+
3+
1. Fork the repo and create your branch from `master`.
4+
2. Clone the project to your own machine. (Please have a look at __[README](README.md#installation)__ to understand how to run this project on your machine)
5+
3. Commit changes to your own branch
6+
4. Make sure your code lints.
7+
5. Push your work back up to your fork.
8+
6. Issue that pull request!

README.md

Lines changed: 63 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,63 @@
1-
# SS-iOS-Animations
1+
![Banner](SSSwiftUIAnimations/Banner/Banner.png)
2+
3+
# SS-iOS-Animations
4+
5+
SwiftUI animation library to bring your app to life. ✨
6+
7+
[![swiftUI](https://img.shields.io/badge/-swiftUI-blue)](https://developer.apple.com/documentation/swiftui)
8+
[![swift](https://img.shields.io/badge/-swift-blue)](https://developer.apple.com/swift/)
9+
[![swiftUI Animations](https://img.shields.io/badge/-animations-blue)](https://developer.apple.com/documentation/swiftui/animations)
10+
[![Twitter](https://img.shields.io/badge/Twitter-@simform-blue.svg?style=flat)](https://twitter.com/simform)
11+
12+
🚀 **SS-iOS-Animations**: Turn ordinary user interfaces into extraordinary experiences! With this library, you can make your app more fun
13+
and engaging by adding smooth and eye-catching animations to your app. Whether you're new to SwiftUI or a pro, our easy-to-use animations make it
14+
simple to add that extra wow factor to your app. Spice up your app with cool transitions, fun effects, and interactive touches, all thanks to
15+
**SS-iOS-Animations**. Try it out and take your SwiftUI apps to the next level! ✨
16+
17+
[Check out the Examples](SSSwiftUIAnimations/Examples)
18+
19+
## Animations
20+
21+
### ProgressView ⏳
22+
![ProgressView](SSSwiftUIAnimations/GIFs/ProgressView.gif)
23+
24+
[**Code Link**](SSSwiftUIAnimations/Sources/ProgressAnimation)
25+
26+
### Left Right ArrowView ↔
27+
![LRArrowView](SSSwiftUIAnimations/GIFs/LRArrowView.gif)
28+
29+
[**Code Link**](SSSwiftUIAnimations/Sources/ArrowLeftRightAnimation)
30+
31+
## Found these animations useful? :heart:
32+
33+
Support it by joining [stargazers] :star: for this repository.
34+
35+
## How to Contribute :handshake:
36+
37+
Whether you're helping us fix bugs, improve the docs, or a feature request, we'd love to have you! :muscle: \
38+
Check out our __[Contributing Guide]__ for ideas on contributing.
39+
40+
## Bugs and Feedback
41+
42+
For bugs, feature feature requests, and discussion use [GitHub Issues].
43+
44+
## Checkout our Other Mobile Libraries
45+
46+
Check out our other libraries [Awesome-Mobile-Libraries].
47+
48+
## License
49+
50+
Distributed under the MIT license. See [LICENSE] for details.
51+
52+
53+
<!-- Reference links -->
54+
55+
[stargazers]: https://github.com/SimformSolutionsPvtLtd/SS-iOS-Animations/stargazers
56+
57+
[Contributing Guide]: CONTRIBUTING.md
58+
59+
[Awesome-Mobile-Libraries]: https://github.com/SimformSolutionsPvtLtd/Awesome-Mobile-Libraries
60+
61+
[Github Issues]: https://github.com/SimformSolutionsPvtLtd/SS-iOS-Animations/issues
62+
63+
[license]: LICENSE

SSSwiftUIAnimations/SSSwiftUIAnimations.xcodeproj/project.pbxproj renamed to SSSwiftUIAnimations.xcodeproj/project.pbxproj

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
B10677FE2BE8D0D400957B4E /* DownArrow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B10677FD2BE8D0D400957B4E /* DownArrow.swift */; };
1717
B1098E7D2BD94ED900BC19DD /* WaveView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1098E7C2BD94ED900BC19DD /* WaveView.swift */; };
1818
B11B983A2BCE9C3F00D76016 /* CheckView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B11B98392BCE9C3F00D76016 /* CheckView.swift */; };
19+
B1343F722C060680009ACE90 /* ProgressView.gif in Resources */ = {isa = PBXBuildFile; fileRef = B1343F712C060680009ACE90 /* ProgressView.gif */; };
20+
B1343F742C060686009ACE90 /* LRArrowView.gif in Resources */ = {isa = PBXBuildFile; fileRef = B1343F732C060686009ACE90 /* LRArrowView.gif */; };
1921
B14AB36C2BC41B05004B09C4 /* ProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B14AB36B2BC41B05004B09C4 /* ProgressView.swift */; };
2022
B153FD0C2BFB3C1800AEFE83 /* LRArrowAnimStyle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B153FD0B2BFB3C1800AEFE83 /* LRArrowAnimStyle.swift */; };
2123
B153FD0E2BFB566000AEFE83 /* ExampleListRow.swift in Sources */ = {isa = PBXBuildFile; fileRef = B153FD0D2BFB566000AEFE83 /* ExampleListRow.swift */; };
@@ -28,6 +30,7 @@
2830
B19E0B662BF7498700E65974 /* ExampleProgressView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B19E0B652BF7498700E65974 /* ExampleProgressView.swift */; };
2931
B1DFCA512BF4FA3D00F01505 /* ProgressCircle.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DFCA502BF4FA3D00F01505 /* ProgressCircle.swift */; };
3032
B1DFCA532BF4FC7900F01505 /* ArrowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1DFCA522BF4FC7900F01505 /* ArrowView.swift */; };
33+
B1EA09DE2C11A6B70024BC28 /* Banner.png in Resources */ = {isa = PBXBuildFile; fileRef = B1EA09DD2C11A6B70024BC28 /* Banner.png */; };
3134
B1FE861E2BFF6BC000FB111C /* ViewExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = B1FE861D2BFF6BC000FB111C /* ViewExtension.swift */; };
3235
/* End PBXBuildFile section */
3336

@@ -42,6 +45,8 @@
4245
B10677FD2BE8D0D400957B4E /* DownArrow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DownArrow.swift; sourceTree = "<group>"; };
4346
B1098E7C2BD94ED900BC19DD /* WaveView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaveView.swift; sourceTree = "<group>"; };
4447
B11B98392BCE9C3F00D76016 /* CheckView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckView.swift; sourceTree = "<group>"; };
48+
B1343F712C060680009ACE90 /* ProgressView.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = ProgressView.gif; sourceTree = "<group>"; };
49+
B1343F732C060686009ACE90 /* LRArrowView.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = LRArrowView.gif; sourceTree = "<group>"; };
4550
B14AB36B2BC41B05004B09C4 /* ProgressView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressView.swift; sourceTree = "<group>"; };
4651
B153FD0B2BFB3C1800AEFE83 /* LRArrowAnimStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LRArrowAnimStyle.swift; sourceTree = "<group>"; };
4752
B153FD0D2BFB566000AEFE83 /* ExampleListRow.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleListRow.swift; sourceTree = "<group>"; };
@@ -54,6 +59,7 @@
5459
B19E0B652BF7498700E65974 /* ExampleProgressView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExampleProgressView.swift; sourceTree = "<group>"; };
5560
B1DFCA502BF4FA3D00F01505 /* ProgressCircle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressCircle.swift; sourceTree = "<group>"; };
5661
B1DFCA522BF4FC7900F01505 /* ArrowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ArrowView.swift; sourceTree = "<group>"; };
62+
B1EA09DD2C11A6B70024BC28 /* Banner.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Banner.png; sourceTree = "<group>"; };
5763
B1FE861D2BFF6BC000FB111C /* ViewExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewExtension.swift; sourceTree = "<group>"; };
5864
/* End PBXFileReference section */
5965

@@ -87,10 +93,11 @@
8793
2BC2D8F128CF3A6F00CAB302 /* SSSwiftUIAnimations */ = {
8894
isa = PBXGroup;
8995
children = (
90-
B14AB36A2BC40286004B09C4 /* ProgressAnimation */,
91-
469963A3290FCE1900DC01AD /* ArrowLeftRightAnimation */,
96+
B1DE99D72C060E1A006995FB /* Sources */,
9297
2BC2D8F228CF3A6F00CAB302 /* SSSwiftUIAnimationsApp.swift */,
9398
B153FD112BFB64BE00AEFE83 /* Examples */,
99+
B1EA09DC2C11A68A0024BC28 /* Banner */,
100+
B1343F702C06064B009ACE90 /* GIFs */,
94101
2BC2D8F428CF3A6F00CAB302 /* ContentView.swift */,
95102
2BC2D8F628CF3A7000CAB302 /* Assets.xcassets */,
96103
2BC2D8F828CF3A7000CAB302 /* Preview Content */,
@@ -118,6 +125,15 @@
118125
path = ArrowLeftRightAnimation;
119126
sourceTree = "<group>";
120127
};
128+
B1343F702C06064B009ACE90 /* GIFs */ = {
129+
isa = PBXGroup;
130+
children = (
131+
B1343F712C060680009ACE90 /* ProgressView.gif */,
132+
B1343F732C060686009ACE90 /* LRArrowView.gif */,
133+
);
134+
path = GIFs;
135+
sourceTree = "<group>";
136+
};
121137
B14AB36A2BC40286004B09C4 /* ProgressAnimation */ = {
122138
isa = PBXGroup;
123139
children = (
@@ -143,6 +159,23 @@
143159
path = Examples;
144160
sourceTree = "<group>";
145161
};
162+
B1DE99D72C060E1A006995FB /* Sources */ = {
163+
isa = PBXGroup;
164+
children = (
165+
B14AB36A2BC40286004B09C4 /* ProgressAnimation */,
166+
469963A3290FCE1900DC01AD /* ArrowLeftRightAnimation */,
167+
);
168+
path = Sources;
169+
sourceTree = "<group>";
170+
};
171+
B1EA09DC2C11A68A0024BC28 /* Banner */ = {
172+
isa = PBXGroup;
173+
children = (
174+
B1EA09DD2C11A6B70024BC28 /* Banner.png */,
175+
);
176+
path = Banner;
177+
sourceTree = "<group>";
178+
};
146179
B1F9ED332BFCD85000189871 /* ExamplesList */ = {
147180
isa = PBXGroup;
148181
children = (
@@ -212,7 +245,10 @@
212245
buildActionMask = 2147483647;
213246
files = (
214247
2BC2D8FA28CF3A7000CAB302 /* Preview Assets.xcassets in Resources */,
248+
B1343F722C060680009ACE90 /* ProgressView.gif in Resources */,
249+
B1EA09DE2C11A6B70024BC28 /* Banner.png in Resources */,
215250
2BC2D8F728CF3A7000CAB302 /* Assets.xcassets in Resources */,
251+
B1343F742C060686009ACE90 /* LRArrowView.gif in Resources */,
216252
);
217253
runOnlyForDeploymentPostprocessing = 0;
218254
};
2 MB
Loading

0 commit comments

Comments
 (0)