Когда я набираю AF.request, ничего не отображается, кроме Alamofire.запрос работает, но все равно .Функция GET не отключается. Как я могу декодировать данные
#swift #alamofire Вопрос: import UIKit import Alamofire class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() Alamofire.request("https://api.npoint.io/ad9bc4bdbf536cff1d3e").response { response in print(response.data) } } } Комментарии: 1. Прочитайте документ : github.com/Alamofire/Alamofire/blob/master/Documentation/……