https://github.com/rajaikumar-iosdev/koalaactivityindicatorexample
🐨 An example project using the KoalaActivityIndicator.
https://github.com/rajaikumar-iosdev/koalaactivityindicatorexample
activityindicator ios spritekit swift
Last synced: 6 months ago
JSON representation
🐨 An example project using the KoalaActivityIndicator.
- Host: GitHub
- URL: https://github.com/rajaikumar-iosdev/koalaactivityindicatorexample
- Owner: Rajaikumar-iOSDev
- License: mit
- Created: 2021-01-27T16:33:36.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-24T20:02:01.000Z (almost 5 years ago)
- Last Synced: 2025-03-27T02:39:17.405Z (11 months ago)
- Topics: activityindicator, ios, spritekit, swift
- Language: Swift
- Homepage: https://rajaikumar.medium.com/koala-animation-for-activity-indicator-6c67582ff185
- Size: 20.2 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐨KoalaActivityIndicatorExample
An example project using the KoalaActivityIndicator.
## 🐨KoalaActivityIndicator
KoalaActivityIndicator is created for people who loves koala🐨💙 and wants to add a non boring version of activity indicator.
If you have any issues or if you need any feature, create an issue and let me know.
## 🎥Sample

## 📜Installation Guide
### 📦Swift Package Manager
Xcode > File > Swift Packages > Add Package Dependency > Select your project > enter package dependency URL
##### URL - https://github.com/Rajaikumar-iOSDev/KoalaActivityIndicator.git
## 📃Usage Guide
Step 1: Go to the storyboard and add a SKView object from the object Library.

Step 2: Change the class name in the Identity inspector to KoalaLoaderView.

Step 3: Create an IBOutlet for the SKView from the storyboard
```Swift
@IBOutlet weak var koalaLoaderView: KoalaLoaderView!
```
Step 4: Call addKoalaAnimation() using the outlet.
```Swift
koalaLoaderView.addKoalaAnimation()
```
## 🥞Tech stack
Xcode, UIKit & SpriteKit.
## 🙏🏽Special thanks for the assets
https://www.gameartguppy.com & Vicki Wenderlich
# 👨💻 Author
[Rajai kumar](https://github.com/Rajaikumar-iOSDev)
# 🔖 Licence
The project is availabe under [MIT licence](https://github.com/Rajaikumar-iOSDev/KoalaActivityIndicatorExample/blob/main/LICENSE).