Latest | 0.1.0 |
---|---|
Homepage | https://github.com/hnchan/HintView |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
[](https://travis-ci.org/Alex Chan/HintView)
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
iOS 7.0 or higher
Installation
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
Author
Alex Chan, [email protected]
License
HintView is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "HintView", "version": "0.1.0", "summary": "HintView provide you a convenience way to show a full screen hintview", "description": " You could use it anywhere under any view and it will popup to show the hint in full screen mode when u called.n Once the user touch the screen again, the hint view will disappear automatically.n", "homepage": "https://github.com/hnchan/HintView", "screenshots": "https://raw.githubusercontent.com/hnchan/HintView/master/screenshot.png", "license": "MIT", "authors": { "Alex Chan": "[email protected]" }, "source": { "git": "https://github.com/hnchan/HintView.git", "tag": "0.1.0" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/**/*", "resource_bundles": { "HintView": [ "Pod/Assets/*.png" ] } }
Fri, 04 Mar 2016 16:26:04 +0000