[](https://travis-ci.org/Alex Chan/HintView)
To run the example project, clone the repo, and run pod install from the Example directory first.
iOS 7.0 or higher
HintView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "HintView"
##How To Use It
-
Include with
#import <HintView.h>to use it wherever you need. -
Call [[HintView sharedManager] showWithContent:{YourView}];
-
You could pass any view to YourView parameter
-
Done
Alex Chan, hnchan@gmail.com
HintView is available under the MIT license. See the LICENSE file for more info.
