MDCFocusView
MDCFocusView copied to clipboard
Apply a "tutorial screen" overlay to your application window.
This pull requests corrects the spelling of **CocoaPods** 🤓 https://github.com/CocoaPods/shared_resources/tree/master/media One day I’ll make a bot that looks through the READMEs of all Pods, looks to see if it uses...
The drawRect method is unfortunately not fast enough to allow the spotlight to be animated. MLPSpotlight functions similarly and you can see the work I've done to make this happen...
Currently impossible because `UIBarButtonItem` is a ["fucking enigma of pain and doesn't sublcass UIView like any other self-respecting member of UIKit"](http://ashfurrow.com/blog/exploring-uibarbuttonitem).
Currently focus applies itself to the application's key window. Although this is likely the primary use case, it is ugly. - [ ] Remove dependency on `[UIApplication sharedApplication].keyWindow` - [...