Khoren Markosyan

Results 31 comments of Khoren Markosyan

Hey @N3Z-aka-SUPERMAN , I added an Italian language file to the project, you can find it here SwiftHub/Resources/Localizable.strings Thanks for your contribution :)

Working Copy is one of my favorite apps and I will definitely implement similar functionality. In the version 2 it will be the main feature.

Hi @lukakerr Thanks for suggestion, i updated tabs order, please check out))

Hi @illidandh This is from my commercial project :) Required pods [Moya/RxSwift](https://github.com/Moya/Moya), [Moya-ObjectMapper/RxSwift](https://github.com/ivanbruel/Moya-ObjectMapper) Create Response.swift model // Response.swift import ObjectMapper struct ObjectResponse: Mappable { var result: T? var error: Int?...

Hi @illidandh I temporary disabled header refresh animation in viewWillAppear, because KafkaRefresh library sometimes triggered refresh event multiple times. I commented this line refreshControl.beginRefreshing() in file https://github.com/khoren93/SwiftHub/blob/master/SwiftHub/Extensions/RxSwift/KafkaRefresh%2BRx.swift

Hi @alouanemed I enabled default iOS back swipe gesture. Please check out :) Thanks!

@alouanemed It seems that the back gesture has a higher priority and Flex gesture doesn't work when the back gesture is triggered.

Hi @Minion3665 , I do not use TestFlight, all the latest features are available on the Master branch :)

Hi @wang22290 , The Api file is a protocol that describes all requests, and the RestApi and GraphApi files are the implementation of all these requests. I think this example...

Can you provide more information? Xcode and CocoaPods versions. Thanks for issue!