Installation & Update

To install or update the pod, simply ensure you have "pod DevTools" in your PodFile, and use pod update to update or install the pod.

What's Changed in 2.2?

General & Sample Project

CoreDev

Extentions

UITheme

let validate = UITheme.manager.validatePool()
if validate.error != nil {
print("Validation Failed")
print("Element: \(describing: validation.element?.debugDescription)")
print("Error: \(validation.error!.localizedDescription)")
}

Known Bugs

Other Notes and Notices