Papr icon indicating copy to clipboard operation
Papr copied to clipboard

🌁 An Unsplash app for iOS

Results 19 Papr issues
Sort by recently updated
recently updated
newest added

Replace alerts with [JDToaster](https://github.com/jdisho/JDToaster).

good first issue

This adds logout button action that clears the token and redirects to main screen (forcing navbar to update) Is it ok or I should add logoutbutton `isHidden` observer

I would like to have a setting page. The settings page should give the possibility to: - [ ] Logout. - [ ] Switch between different Unsplash accounts. - [...

feature

I imitated your code. After I press the select button, isLikedByUser is always the initial value. PostViewCellModel.swift ``` import Foundation import RxSwift import Action import RealmSwift protocol PostViewCellModelInput { var...

Start with #89 first.

good first issue

Could you please write some tests for the view models and some important parts of the application to demonstrate unit testing in this architecture.

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:...

bug

Closes #93 Demo: ![download2](https://user-images.githubusercontent.com/1887653/67145116-d7183600-f27e-11e9-9c70-31e226e6c18a.gif) In addition: - Made `Photos` framework usage more "rx-ish"

*Open for suggestions how it should look like

good first issue

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`.

feature