Open jdisho opened 5 years ago
On the photo detail, swipe left-right to see the prev-next photo. This means that the PhotoDetail.swift should be a UICollectionViewCell instead of a UIViewController.
PhotoDetail.swift
UICollectionViewCell
UIViewController
On the photo detail, swipe left-right to see the prev-next photo. This means that the
PhotoDetail.swift
should be aUICollectionViewCell
instead of aUIViewController
.