HZAlertView
自定义简单的alertView
- 在Podfile中添加
pod ‘HZAlertView’
,cd进入您的项目,执行pod install
下载即可。 - ps: 如果您的终端找不到HZCategory,可以尝试在终端中执行
pod setup
,如果仍有问题,继续执行rm ~/Library/Caches/CocoaPods/search_index.json
。 - 以下为文件引用:
全局引用的话:#import"HZAlertView.h"
自定义简单的alertView
pod ‘HZAlertView’
,cd进入您的项目,执行pod install
下载即可。pod setup
,如果仍有问题,继续执行rm ~/Library/Caches/CocoaPods/search_index.json
。#import"HZAlertView.h"