Tariq Mohammad
Tariq Mohammad
My tutorial screen design is like some portion of previous and following pages would be visible. But I don't think so its possible with EAIntroView ? I am trying to...
I am facing an issue while using DAKeyBoardControler with Intercom ios sdk. https://github.com/intercom/intercom-ios/issues/80 Their iOS team told me, "We have NSNotifications for when Intercom opens and closes. Anything in the...
Do you have any update on your Highlighted Image TODO ?
``` Alamofire.request(URL, method: Endpoints.login.method, parameters: parameters, encoding: JSONEncoding.default, headers: nil) .validate() .responseObject { [weak self] (response: DataResponse) in switch response.result { case .success(let user): cb(.success(user)) case .failure(let error): log.error(error) cb(.failure(error))...
Please guide how to use it ? I am unable to make it work. I have created .env file and added my api key but getting this error