Rajaikumar-iOSDev / KoalaActivityIndicatorExample

🐨 An example project using the KoalaActivityIndicator.

Home Page:https://rajaikumar.medium.com/koala-animation-for-activity-indicator-6c67582ff185

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐨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

1

📜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.

Screenshot 2021-01-28 at 2 04 50 AM

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

Screenshot 2021-01-28 at 2 06 09 AM

Step 3: Create an IBOutlet for the SKView from the storyboard

@IBOutlet weak var koalaLoaderView: KoalaLoaderView!

Step 4: Call addKoalaAnimation() using the outlet.

koalaLoaderView.addKoalaAnimation()

🥞Tech stack

Xcode, UIKit & SpriteKit.

🙏🏽Special thanks for the assets

https://www.gameartguppy.com & Vicki Wenderlich

👨‍💻 Author

Rajai kumar

🔖 Licence

The project is availabe under MIT licence.

About

🐨 An example project using the KoalaActivityIndicator.

https://rajaikumar.medium.com/koala-animation-for-activity-indicator-6c67582ff185

License:MIT License


Languages

Language:Swift 100.0%