All Projects β†’ pedrommcarrasco β†’ Fluky

pedrommcarrasco / Fluky

Licence: mit
🎲 Loading based on random icons

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Fluky

Font Awesome Swift
Font Awesome swift library for iOS.
Stars: ✭ 743 (+446.32%)
Mutual labels:  cocoapods, icons
Skeletonui
☠️ Elegant skeleton loading animation in SwiftUI and Combine
Stars: ✭ 275 (+102.21%)
Mutual labels:  cocoapods, loading
Transitionbutton
UIButton sublass for loading and transition animation.
Stars: ✭ 1,124 (+726.47%)
Mutual labels:  cocoapods, loading
Ssspinnerbutton
Forget about typical stereotypic loading, It's time to change. SSSpinnerButton is an elegant button with a diffrent spinner animations.
Stars: ✭ 357 (+162.5%)
Mutual labels:  cocoapods, loading
Loaderbutton
LoaderButton is a very interesting animation loading button.
Stars: ✭ 19 (-86.03%)
Mutual labels:  cocoapods, loading
Swifticonfont
Icons fonts for iOS (Font Awesome 5, Iconic, Ionicon, Octicon, Themify, MapIcon, MaterialIcon, Foundation 3, Elegant Icon, Captain Icon)
Stars: ✭ 1,094 (+704.41%)
Mutual labels:  cocoapods, icons
Randomkit
Random data generation in Swift
Stars: ✭ 1,458 (+972.06%)
Mutual labels:  random-generation, cocoapods
Svg To Ts
Build performant SVG icon libraries by converting raw SVG files to TypeScript that is optimized for modern tree shaking mechanisms.
Stars: ✭ 131 (-3.68%)
Mutual labels:  icons
Switch
πŸ’Š An iOS switch control implemented in Swift with full Interface Builder support
Stars: ✭ 132 (-2.94%)
Mutual labels:  cocoapods
Apaxy
a simple, customisable theme for your apache directory listing
Stars: ✭ 1,672 (+1129.41%)
Mutual labels:  icons
Buttonloading
Button Loading
Stars: ✭ 130 (-4.41%)
Mutual labels:  loading
Bedrock Unicode Characters
Minecraft:Bedrock Edition Unicode characters
Stars: ✭ 130 (-4.41%)
Mutual labels:  icons
Contentful.swift
A delightful Swift interface to Contentful's content delivery API.
Stars: ✭ 132 (-2.94%)
Mutual labels:  cocoapods
Android Icon Pack
Material Open Source's Android Icon Pack Running on Adian Follestad's Polar Dashboard
Stars: ✭ 130 (-4.41%)
Mutual labels:  icons
React Content Loader
βšͺ SVG-Powered component to easily create skeleton loadings.
Stars: ✭ 11,830 (+8598.53%)
Mutual labels:  loading
Testdrive
Quickly try out any Swift pod or framework in a playground
Stars: ✭ 1,612 (+1085.29%)
Mutual labels:  cocoapods
Koukicons flutter
πŸͺ Colorful Icons for your Flutter App
Stars: ✭ 136 (+0%)
Mutual labels:  icons
Poliopager
A flexible TabBarController with search tab like SNKRS.
Stars: ✭ 133 (-2.21%)
Mutual labels:  cocoapods
Zoomy
Adds seamless scrollView and instagram like zooming to UIImageViews in any view hierarchy.
Stars: ✭ 130 (-4.41%)
Mutual labels:  cocoapods
Rmdi
React Material Design Icons – built with Pixo, Styled Components, and Styled System
Stars: ✭ 132 (-2.94%)
Mutual labels:  icons

Fluky (/ˈfluːki/), adjective

"obtained or achieved more by chance than skill"

Make every loading screen different with Fluky, your random loading screen inspired by PlayStation.

CocoaPods Carthage compatible apm

Installation πŸ“¦

Cocoapods

Fluky is available through CocoaPods. To do so, add the following line to your PodFile:

pod 'Fluky'

And then run the following command in terminal:

pod install

Carthage

Add this to your Cartfile:

github "pedrommcarrasco/Fluky"

And then run the following command in terminal:

carthage update

Swift Package Manager

In your app target click + in Frameworks, Libraries, and Embedded Content, then Add Other..., Add Package Dependency..., put repository url https://github.com/pedrommcarrasco/Fluky.git

Styles πŸ’…

Single Linear Box
  • ☝️ This background is not part of Fluky

Usage Example ⌨️

After installing Fluky, you should start by importing the framework:

import Fluky

Once imported, you can start using Fluky to create randomized icon based loading sceens. Bellow, you'll be able to see a working example. First, we start by creating a FlukyView:

let flukyView = Fluky.view(as: .single, with: images) // images -> array of icons you want to display
// size has a default parameter of 30.0

Once you apply your constraints, to start animating you just need to do:

flukyView.start()

In order to stop you just do:

flukyView.stop()

With the goal of being as customizable as possible, Fluky only creates a FlukyView responsible for managing the icons and its animations. With this in mind, it should be added to your view hierarchy where you can customize backgroundColor, add a UILabel & others.

Sample Project πŸ“²

There's a sample project in this repository called Example with some examples.

Support Fluky ❀️

Hello there πŸ‘‹

I’m Pedro, a Portuguese iOS Engineer since February 2017. I’m an avid OSS enthusiast and contributor - help by sharing, learn by what’s shared.

I've built and open-sourced multiple frameworks and applications, including Brooklyn and CocoaHub.

I'm also a conference and meetup organizer, being part of SwiftAveiro and CocoaHeads Porto.

If you enjoy my work and would like to help me continue it, please consider:

Contributing πŸ™Œ

Feel free to contribute to this project by providing ideas or opening pull requests.

License β›”

Fluky's available under the MIT license. See the LICENSE file for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].