Emulating UIKits to make our custom views feel more native — Creating native-feeling APIs for your code doesn’t need to be difficult. Today, we’ll be taking a page from Apple’s book, designing a UIControl that we could expect to find in UIKit. Just as you can animate backgroundColor on a UIView, or progress on a UIProgressView, we’ll be creating custom, animatable…