`
dcj3sjt126com
  • 浏览: 1878632 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

UITableView设置Section间距

    博客分类:
  • IOS
 
阅读更多

在使用IOS的UITableView时,时常会用到它的UITableViewStyleGrouped分组多section属性。而默认的情况下使用该属性后section之间的间距会比较大,看着很不舒服。那么可以通过以下的代理方法配置UITableView各个section的间距。
原理其实很简单,显示效果的各个section间距其实是section头部和底部的组合。配置他们的间距就是配置各个section的头部和底部。具体如下示例:
折叠展开C/C++ Code复制内容到剪贴板
//section头部间距   
- (CGFloat)tableView:(UITableView *)tableView heightForHeaderInSection:(NSInteger)section   
{   
    return 1;//section头部高度   
}   
//section头部视图   
- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section   
{   
    UIView *view=[[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 1)];   
    view.backgroundColor = [UIColor clearColor];   
    return [view autorelease];   
}   
//section底部间距   
- (CGFloat)tableView:(UITableView *)tableView heightForFooterInSection:(NSInteger)section   
{   
    return 1;   
}   
//section底部视图   
- (UIView *)tableView:(UITableView *)tableView viewForFooterInSection:(NSInteger)section   
{   
    UIView *view=[[UIView alloc] initWithFrame:CGRectMake(0, 0, 320, 1)];   
    view.backgroundColor = [UIColor clearColor];   
    return [view autorelease];   
}  

分享到:
评论

相关推荐

    IOS代码中使用自定义UITableView

    自定义UITableView还包括对行间的间距、分割线样式、背景颜色等视觉元素的调整。这些可以通过UITableView的属性设置,如`separatorStyle`、`tableFooterView`、`backgroundColor`等。 此外,对于复杂的表格结构,...

    UITableView详解

    设置分组索引(Section Index)通常用于快速浏览长列表。启用分组索引只需设置`sectionIndexTitlesForTableView:`,返回一个包含所有可用索引字母的数组。接着,实现`tableView:sectionForSectionIndexTitle:atIndex...

    仿QQ好友列表.zip

    而列表的展开和收起功能,则需要对UITableView的section进行操作。 1. **UITableView的Section展开与收起**: - 在这个项目中,我们需要维护一个状态数组,记录每个section(好友分组)是否展开。初始时,所有...

    tableViewCell下划线长度设置为屏幕的宽教程共2

    override func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { return data.count // 假设data是你的数据源数组 } override func tableView(_ tableView: UITableView, ...

    ios-MCollectionView.zip

    4. `- (CGFloat)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout *)collectionViewLayout minimumInteritemSpacingForSectionAtIndex:(NSInteger)section`:设置列间距。...

    swift实现自定义流水布局

    3. `collectionView(_:layout:minimumLineSpacingForSectionAt:)` 和 `collectionView(_:layout:minimumInteritemSpacingForSectionAt:)`:分别设置行间距和列间距。 4. `collectionView(_:layout:insetForSectionAt...

    ios-物流信息时间、地点、信息轴显示.zip

    func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { return logisticsData.count } func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> ...

    iOS_MountainAirport_D:与UITableView和Swift UI集成的示例。 另外创建一个类似于UICollectionView的GridView

    2. 数据源方法:`numberOfItems(inSection:)`和`cellForItemAt:`,分别用于返回单元格数量和为每个位置创建单元格。 3. 视图模型:将数据绑定到视图,通常会用到SwiftUI的`@ObservedObject`或`@State`属性包装器。 4...

    仿造iPhone dTableView 接口开发的Android TableGroupView

    1. 分组间的间距:通过设置ListView的divider和dividerHeight属性,或者在Adapter中自定义section之间的间隔视图。 2. 头部视图:为每个section创建一个单独的header视图,可以通过Adapter的`addHeaderView(View ...

    IOS应用源码之视觉效果很好的table view美化效果demo .rar

    5. **Cell间的间距和行高**: 通过设置`rowHeight`和`estimatedRowHeight`属性可以调整Cell的高度,而`sectionFooterHeight`和`sectionHeaderHeight`可以控制Section的间距。在某些情况下,可能需要实现`- (CGFloat)...

    三阶tableVIew的实现

    func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { // 根据当前tableView层级返回对应的数据量 } func tableView(_ tableView: UITableView, cellForRowAt indexPath: ...

    ios-collectionView.zip

    3. `minimumLineSpacing`和`minimumInteritemSpacing`:设置行间距和列间距。 **三、创建自定义布局** 如果默认布局不能满足需求,可以创建自己的UICollectionViewLayout子类。这涉及到计算布局属性(如frame、...

    iOS仿微博客户端一条微博的展示效果

    通过观察微博客户端的界面,我们可以看到每条微博之间有一定的间距,这暗示着每个Section只有一个Cell。微博的结构相对固定,包括头像、用户名称、发布时间和来源、正文、以及底部的转发、评论和赞功能按钮。其中,...

    SCIndexView:SCIndexView 提供类似微信的索引视图

    效果微信效果图:toast效果图:功能及优点主要功能及优点如下:当滑动UITableView列表时,索引视图的索引位置会跟着移动;UITableView和SCIndexView之间手势和事件不冲突,操作...设置UITableView对象的 sc_translucen

    swift瀑布流

    - 设置section inset(边距)和line spacing(行间距):这些值会影响布局的整体样式。 - 设置item size:在瀑布流布局中,通常需要设置为自动大小(UICollectionViewFlowLayout.automaticSize)以实现自适应高度...

    UICollectionView的使用 (视图集的使用)

    3. **FlowLayout**: UICollectionViewFlowLayout是预设的布局类,它定义了Cell和Supplementary View的排列方式,如水平、垂直滚动,单元格间距等。 4. **DataSource** 和 **Delegate**: 类似于UITableView,...

    DemoImageTableView

    func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { return imagesArray.count // imagesArray为存储用户上传图片的数组 } func tableView(_ tableView: UITableView, ...

    collection View

    - UICollectionView默认的布局方式,但可以通过自定义布局(如:UICollectionViewFlowLayout)来改变item的大小、间距、方向等。 - 布局对象负责确定每个cell的位置和大小。 4. **Section和Item**: - ...

    ios-UICollectionView的简单示例.zip

    默认的UICollectionViewFlowLayout支持单列显示,如果要实现多行展示,开发者可能自定义了FlowLayout,设置了sectionInset(边距)、itemSize(单元格大小)和minimumLineSpacing(行间距)等属性。 在...

    ios-categories.zip

    4. UICollectionViewFlowLayout:默认的布局类,可以设置cell的大小、间距以及滚动方向。如果你需要更复杂布局,可以自定义UICollectionViewLayout。 5. 仿美团分类界面:在这个例子中,可能使用了多个...

Global site tag (gtag.js) - Google Analytics