STZPullToRefresh:UI组件,如iOS版Android的ActionBar-PullToRefresh

时间:2024-02-23 23:35:38
【文件属性】:

文件名称:STZPullToRefresh:UI组件,如iOS版Android的ActionBar-PullToRefresh

文件大小:226KB

文件格式:ZIP

更新时间:2024-02-23 23:35:38

ios objective-c Objective-CObjective-C

STZPullToRefresh UI组件,如iOS的Android的ActionBar-PullToRefresh。 要求 iOS6.0或更高版本 弧 安装 可通过获得 ,要安装它,只需添加到您的Podfile中: pod "STZPullToRefresh" 用法 # import < STZPullToRefresh> // Create refresh view STZPullToRefreshView *refreshView = [[STZPullToRefreshView alloc ] initWithFrame: CGRectMake ( 0 , 64 , self .view.frame.size.width, 3 )]; [ self .view addSubview: refreshView]; // Setup PullToRefresh self.pullToRefresh = [[STZPullToRefresh alloc ] initWithTableView: self .tableView


【文件预览】:
STZPullToRefresh-master
----screenshot.gif(205KB)
----Example()
--------Example.xcodeproj()
--------Example()
--------Podfile(39B)
--------Example.xcworkspace()
--------Podfile.lock(235B)
--------ExampleTests()
----LICENSE(1KB)
----.gitignore(238B)
----STZPullToRefresh.podspec(656B)
----CHANGELOG.md(57B)
----README.md(1KB)
----Classes()
--------STZPullToRefreshView.m(2KB)
--------STZPullToRefresh.h(2KB)
--------STZPullToRefresh.m(5KB)
--------STZPullToRefreshView.h(1KB)

网友评论