Joan Disho
Joan Disho
In this PR, I refactor some part of the code.
Replace alerts with [JDToaster](https://github.com/jdisho/JDToaster).
I would like to have a setting page. The settings page should give the possibility to: - [ ] Logout. - [ ] Switch between different Unsplash accounts. - [...
As @serjooo mentioned: App crashes still on iOS 12 in the HomeViewController on line 82: ``` outputs.isRefreshing .execute { [weak self] isRefreshing in if isRefreshing { self?.collectionView.scrollToItem(at: IndexPath(item: 0, section:...
*Open for suggestions how it should look like
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`.
Show more info for every photo: - Location (... and other meta data). - Related photos. - Featured collections. - Related tags. Start with #92 first.