Various utilities to help debug focus engine issues. Originally started as a way to visualize focus guides, but eventually evolved deeper into creating focus engine snapshots, similar to those created when setting breakpoints in Xcode in didUpdateFocus: et al.
[![CI Status](https://img.shields.io/travis/Kevin Bradley/UIFocusHelper.svg?style=flat)](https://travis-ci.org/Kevin Bradley/UIFocusHelper)
To run the example project, clone the repo, and run pod install
from the Example directory first.
UIFocusHelper is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'UIFocusHelper'
UIFocusHelper is available under the MIT license. See the LICENSE file for more info.