Latest | 1.5.1 |
---|---|
Homepage | https://github.com/baiyidjp/JPTagViewDemo |
License | MIT |
Platforms | ios 8.0, requires ARC |
Dependencies | SDWebImage |
Customized tag pages
使用 CocoaPods
pod 'JPTagView'
在使用的页面中 引用 #import "JPTagView.h"
下载使用
直接将下载文件中的 JPTagView 文件夹拖入项目中
在使用的页面中 引用 #import "JPTagView.h"
使用方法见demo
Latest podspec
{ "name": "JPTagView", "version": "1.5.1", "summary": "Customized tag pages.", "homepage": "https://github.com/baiyidjp/JPTagViewDemo", "license": "MIT", "authors": "baiyi", "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/baiyidjp/JPTagViewDemo.git", "tag": "1.5.1" }, "source_files": "JPTagView/*.{h,m}", "requires_arc": true, "dependencies": { "SDWebImage": [] } }
Thu, 25 Apr 2019 10:22:14 +0000