刷过Uiimageview pffile数组

时间:2015-07-19 19:12:18

标签: ios swift parse-platform uiimageview swipe

下载阵列和打印图像的工作代码:

$date =  date('y-m-d'); //date from date function ---> 15/07/19
$dateFromDatabase; //date from database ---> 2015/07/19

if ($date == $dateFromDatabase) {
echo "It's the same day.";
}

解析课堂照片:

enter image description here

运行应用的照片:

enter image description here

故事板照片:

enter image description here

我的目标是在每个uiimage视图上滑动图像。如果您查看输出它正在打印阵列,我只是不知道如何让它滑过照片。最后,如果有一种方法可以实现一种非常好的滑动随机化形式。我已经有一段时间没有修补这个问题而且没有运气。

谢谢你们

1 个答案:

答案 0 :(得分:0)

如果您正在构建类似于照片库的应用程序,那么我建议您使用滚动视图,让用户滚动并启用分页。