sergdort / CleanArchitectureRxSwift

Example of Clean Architecture of iOS app using RxSwift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tagging for API Request

chonex143 opened this issue · comments

Your architecture was so good. But i have question. I need to upload 10 photos and this 10 photos must be in arrange. So, i added a numbering in request. My question is, How to retrieve that numbering so i can get the exact arrangement in my photos?

  • NO Api needed. I need only for displaying.

Hi, @chonex143

this 10 photos must be in arrange.

Wha do you mean by in arrange.?

I also a little bit confused in general, are you asking how you can implement this with RxSwift?