Мой запрос выглядит так. >
Код: Выделить всё
func makeRequest(to endPoint: String) {
Alamofire.request(endPoint).responseJSON{ response in
if let value = response.result.value {
let responseInJSON = JSON(value)
self._responseInJSON = responseInJSON
}
}
}
Подробнее здесь: https://stackoverflow.com/questions/410 ... nse-wait-f
Мобильная версия