Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ssis/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios UITableView仅支持图像_Ios_Uitableview - Fatal编程技术网

Ios UITableView仅支持图像

Ios UITableView仅支持图像,ios,uitableview,Ios,Uitableview,我正在开发一个iOS应用程序,我想创建一个表视图,但只能使用像这样的图像。有人知道如何实现吗?您必须通过子类化UITableViewCell和/或使用Interface Builder/XCode来定制UITableViewCells。以下是一些很好的教程: 及

我正在开发一个iOS应用程序,我想创建一个表视图,但只能使用像这样的图像。有人知道如何实现吗?

您必须通过子类化
UITableViewCell
和/或使用Interface Builder/XCode来定制
UITableViewCell
s。以下是一些很好的教程: 及