SpotLightView
Install
SpotLight is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SpotLightView'
Feature
Enlight some area in the view. Can be used for showing new feature or application tutorial.
Animation
There are three main kind of animation. Move, Scale and Breath.
Move | Scale | Breath |
---|---|---|
![SpotLight_Move.gif](images/SpotLight_Move.gif =200x358) | ![SpotLight_Scale.gif](images/SpotLight_Scale.gif =200x358) | ![SpotLight_Breath.gif](images/SpotLight_Breath.gif =200x358) |
Usage
detail to see the example project
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
SpotLight is released under the MIT license. See LICENSE for details.