Loader inspired by https://dribbble.com/shots/5836300-Loader-XLVI
Simply copy/paste CCLoaderXLVI.swift
and CCSquareLoader.swift
into your project.
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()
The MIT License (MIT)