Jenus

Results 4 comments of Jenus

In order to display "no More Data" footer to append the first page[ e.g. 5 items/ 10 paging]. In-depth, noMoreData setter method should notify ESRefreshFooterView::offsetChangeAction, so it is reasonable to...

@eggswift, could you confirm this as one problem? If so, I will expect it fix as soon as possible with new pod. Thanks

@jhurray, Thanks, it works. public static var transformersByPropertyKey: [PropertyKey: JSONTransformer] { get{ return [ "status" : "statusCode", "succeeded" : "success"] } } but it would be better using computed property...

@serjooo struct BaseResponse: BaseResponseProtocol { var response: Bool var error: Error var debug: [String] var forceUpdate: Bool var maintenance: Bool var data: T public static var transformersByPropertyKey: [PropertyKey: JSONTransformer] {...