Jenus
Results
2
issues of
Jenus
Hi, there was one condition to show nomoredata. All data was fetched when first loading. "scrollView.contentOffset.y + scrollView.contentInset.top ==0" made "self.alpha = 0.0"; when scroll the tableview, enter the condition...
`public protocol BaseResponse : JSONCodable { var statusCode:Int{get} var statusmessage:String?{get} var success:Bool?{get} } public struct PrimitiveResponse : BaseResponse { public var status : Int = 0 public var succeeded:Bool? public...