Skip to content

cjcoax/CCLoaderXLVI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loader XLVI

Loader inspired by https://dribbble.com/shots/5836300-Loader-XLVI

alt tag

Installing

Simply copy/paste CCLoaderXLVI.swift and CCSquareLoader.swift into your project.

Usage

Instantiate loader using:

var loader = CCLoaderXLVI()

For starting loader call:

loader.startLoaderIn(view)

where view is the container view of the loader. And for stoping, call:

loader.stopLoader()

License

The MIT License (MIT)