gpt4 book ai didi

ios - 如何在tableview的底部插入自定义 View ?

转载 作者:行者123 更新时间:2023-12-01 18:43:05 26 4
gpt4 key购买 nike

在损失网络的情况下,我想在表格 View 的底部插入一个自定义 View ,但是 不重叠 TableView 。即使用户将手指放在屏幕上,此自定义 View 仍会出现,并且仅在一段时间或网络恢复后才会消失。它喜欢 Facebook 应用程序的行为。我怎样才能做到这一点?

enter image description here

最佳答案

//Give size of view as u want 
let customView = UIView(frame: CGRectMake(0, 0, 200, 50))

//add this view in footer section of tableview
youTableview.tableFooterView = customView

关于ios - 如何在tableview的底部插入自定义 View ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40082595/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com