Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.3 KB

README.md

File metadata and controls

29 lines (20 loc) · 1.3 KB

UIFocusHelper

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) Version License Platform

Example

Screenshot
Screenshot
Screenshot
To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

UIFocusHelper is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'UIFocusHelper'

License

UIFocusHelper is available under the MIT license. See the LICENSE file for more info.