Fade Views In/Out with Fadeable – A Swift Protocol Extension

1 · Andrew Bancroft · Feb. 22, 2016, 7:07 p.m.
During the production of my Pluralsight course on Managing Xcode Project Dependencies with CocoaPods, I wanted to provide viewers of the course the opportunity to see how to create and deploy a simple library out to the CocoaPods Trunk. Inspiration A simple idea came to mind: Create something that allows client developers of the pod to easily fade views in or out on any UIView instance. If you’ve read andrewcbancroft....