Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/106.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
Objective c 如何在screenfeeder应用程序中实现卡片式效果_Objective C_Ios_Components - Fatal编程技术网

Objective c 如何在screenfeeder应用程序中实现卡片式效果

Objective c 如何在screenfeeder应用程序中实现卡片式效果,objective-c,ios,components,Objective C,Ios,Components,有谁能指导我怎样才能达到卡一样的效果? 更具体地说,我已经使用核心数据来存储book实体。我知道如何使用tableviewcontroller显示核心数据中的图书列表。但我希望使用screenfeeder中的卡片效果来显示图书列表,我不知道如何开始

有谁能指导我怎样才能达到卡一样的效果? 更具体地说,我已经使用核心数据来存储book实体。我知道如何使用tableviewcontroller显示核心数据中的图书列表。但我希望使用screenfeeder中的卡片效果来显示图书列表,我不知道如何开始