滚动单元列表特效

时间:2024-04-24 07:52:32
【文件属性】:

文件名称:滚动单元列表特效

文件大小:181KB

文件格式:ZIP

更新时间:2024-04-24 07:52:32

IOS源码

该源码案例是一个滚动单元列表特效,源码AnchoredFloatView,AnchoredFloatView能够通过制定好NSIndexPath,从而在UITableView中滚动到目的单元格,喜欢的朋友可以看看吧。 使用方法: 复制AnchoredFloatView文件夹,导入头文件: #import "AnchoredFloatView.h" 结合TableView来使用,并定制好TargetIndexPath AnchoredFloatView *floatView = [[AnchoredFloatView alloc] initWithTableView:self.tableView andTargetIndexPath:self.targetIndexPath]; [self.view addSubview:floatView];


【文件预览】:
AnchoredFloatView-master
----AnchoredFloatView.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(17KB)
----AnchorFloatView()
--------main.m(363B)
--------ProfileTableViewCell.h(524B)
--------Profile.m(486B)
--------ProfileTableViewCell.m(780B)
--------ProfileDataSource.h(303B)
--------ProfileRankingTableViewController.m(3KB)
--------ProfileRankingTableViewController.h(308B)
--------AppDelegate.h(306B)
--------AppDelegate.m(2KB)
--------Base.lproj()
--------ProfileDataSource.m(4KB)
--------pt.lproj()
--------AnchoredFloatView()
--------Images.xcassets()
--------Info.plist(1KB)
--------Profile.h(586B)
----README.md(1KB)

网友评论