要运行示例项目,克隆仓库,首先从Example目录运行pod install
。
iOS 7.0及更高版本
通过CocoaPods可以使用HintView。要安装它,只需将以下行添加到您的Podfile中:
pod "HintView"
使用#import <HintView.h>
在该处插入使用。
调用[[HintView sharedManager] showWithContent:{YourView}];
可以将任何视图传递给YourView参数
完成
Alex Chan, [email protected]
HintView受MIT许可证的许可。有关更多信息,请参阅LICENSE文件。