ios - 将图像添加到 UITableView 页脚

标签 ios ios5

有人知道如何将图像添加到 UITable Footer 吗?

最佳答案

回复tableView:viewForFooterInSection通过为您的图像创建一个 UIImageView。还要确保回复 tableView:heightForFooterInSection: .

关于ios - 将图像添加到 UITableView 页脚,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11217757/

相关文章:

ios - 如何使用谓词在 NSMutableArray 上搜索某些内容

ios - 将值传递给模态 UIViewController - Swift

ios - CocoaPods 更新 RestKit #import "RKObjectMapping.h"找不到文件

ios - 在应用程序上覆盖文本以显示调试信息

ios - 权利无效?

objective-c - 如何将 css 应用于 native ios 应用程序?

ios - 在 iOS 中创建自定义声音和振动?

iphone - jQuery Mobile 在 iPhone iOS 5 中不显示数据图标

ios - 运行 NSTimer 但不更新 UILabel 的 UIBackgroundTaskIdentifier - iOS

iphone - 带有 prepareForSegue 的 UITableView didSelectRowAtIndexPath 但未调用 didLoadView