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

Show more info for every photo: - Location (... and other meta data). - Related photos. - Featured collections. - Related tags. Start with #92 first.

feature

I noticed the app on iOS 13 has an issue on scene-coordinator because of the new behavior of iOS 13 modal( β€˜pull-to-dismissβ€˜). I think the coordinator is not getting this...

We can add some subtle animations when show the photos or when scroll the list/collectionview https://uimovement.com/ui/1962/curated-playlists/ https://uimovement.com/ui/836/craiglist-mobile-animation/ https://uimovement.com/ui/5711/playlist-interaction/ Maybe use this lib https://github.com/willowtreeapps/spruce-ios?ref=ioscookies.com What do you think about this profile...

@jdisho this generates protocol viewmodels in `Papr/Autogenerated` folder. To generate class just have to implements `AutoModel`, and it will generate `ModelType`, `ModelInput`, `ModelOutput` protocols for it (in that folder) I...

Hi what do you think about Sourcery (https://github.com/krzysztofzablocki/Sourcery) It generates generates some of the duplicate/boilerplate code for you I think that model protocols for every model have identical structure and...

help wanted

Moya provides the solution 'multipleTarget' to seperate different kinds of API in many files. Maybe it is a better choice in the project.

enhancement