ios开发学习列表(Table)效果源码分享系列教程1

自定义Table View折叠效果
介绍: 展开或者收起table cell的某一行。类似于QQ折叠的那种效果。
http://ios.itmdc.com/thread-3146-1-1.html




UIListView 
介绍: 自定义列表,可设置列表的滑动方向为横向或者纵向,滑动方式可自定义为:分块滑动、分页滑动,外加自动滑动
http://ios.itmdc.com/thread-3147-1-1.html




Styled TableViewCell
介绍: 自定义列表 cell (UITableViewCell)的选中颜色(可增添渐变颜色),以及自定义cell和cell之间的分割线(separator)。
http://ios.itmdc.com/thread-3148-1-1.html




Grouped TableView With Shadows
介绍: 给grouped tableview的每个group的边框加上阴影。
http://ios.itmdc.com/thread-3149-1-1.html




iOS 6.0 Pull to Refresh
介绍: iOS 6.0的SDK支持下拉刷新的功能,不再需要用到第三方的代码。
http://ios.itmdc.com/thread-3150-1-1.html




仿天猫App可打开列表
介绍: 模仿天猫 app 中可打开的列表样式。即点击列表任意一行,被点击的列表行(cell)会下拉打开,展示更多内容。Demo中列表下拉打开显示更多按钮,每个按钮能响应点击事件。
http://ios.itmdc.com/thread-3151-1-1.html




Autocompleting Search
介绍: 实现查找时输入文字的自动提示功能。用户在搜索框(search bar)中输入英文,根据输入的字母出现文字提示,即类似电话本的首字母索引功能。
http://ios.itmdc.com/thread-3152-1-1.html




MGBox2 
介绍: 实现很酷的列表交互效果。包括可以在列表中加入网格视图(grid view),支持新增和删除网格。动态增添和删除列表(rows或者sections),在表格中加入多行文字、图片等等。更多功能可以下载代码仔细研究。
http://ios.itmdc.com/thread-3153-1-1.html




可展开的UITableViewCell 
介绍: 实现可以点击下拉展开的table cell,可以用作下拉菜单等。
http://ios.itmdc.com/thread-3154-1-1.html




Horizontal List
介绍: 使用ScrollView 实现横向滚动的TableView,每个cell的宽度还可以自定义成不同大小,还加入了Cell的可复用机制。使用方法简单,和TableView 差不多。
http://ios.itmdc.com/thread-3155-1-1.html




简单UITableViewDemo
介绍: 简单的 TableView demo,在UITableViewCell上添加图像、文字、以及tableView Style,点击 cell 链接到英雄详细资料(联网)。适合初学者下载学习iOS 列表编程。
http://ios.itmdc.com/thread-3156-1-1.html




Custom Table Header
介绍: 自定义Table View的header,包括Header的透明度,以及在Header上添加图片,最后,可以在Header上添加一个小箭头,这个小箭头露出在Header frame外面。
http://ios.itmdc.com/thread-3157-1-1.html




Files Tree 
介绍: 实现文件系统的树形结构浏览效果。
http://ios.itmdc.com/thread-3158-1-1.html




Custom Tableviews 
介绍: 自定义列表样式,包括在列表上加入多个控件,自定义列表的cell,header和footer。
http://ios.itmdc.com/thread-3159-1-1.html




scrollview和table下拉刷新
介绍: 实现简单的tableview下拉刷新和scrollview下拉刷新。还有用Core Graphics画的Gradient背景。
http://ios.itmdc.com/thread-3161-1-1.html

原文地址:https://www.cnblogs.com/aimeng/p/2819818.html