alamofire tag

6 questions


1 answers
43 views
0
About Extra argument in call error protection (alamofire?)

Extra argument 'error' in call appears.It's been a few days since I touched the swift, so I don't know. Please help me.import UIKit import MapKit import AlamofireClass ViewController: UIViewController...

1 years ago

1 answers
109 views
0
I want to display the image output from PHP in swift3·alamofireimage.

I want to get and display PHP-generated images (jpg) using alamofireimage in swift3.Assume ·Alamofireimage itself is operating normally.·If it is a static jpg file on the server, it can be retrieved w...


1 answers
104 views
0
About Swift3 Closures

Hello, I have a question about Swift or Closure?Please let me know if there is any way to make the constants defined in Alamofire.request.responseJSON available outside of responseJSON, as shown in th...

1 years ago

1 answers
50 views
0
I want to reflect the JSON data that I got from the API created by Django in the actual TableView.

The URL where the following json data is returned is http://127.0.0.1:8000/api/v1/I got the response correctly on the simulator, but when I tried it on the actual machine, I couldn't get it. What shou...

1 years ago

1 answers
103 views
0
I would like to display the image I got from AlamofireImage in the same size.

I would like to dynamically retrieve and display the image in af_setImageWithURL of AlamofireImage, but I would like to change the size of the UIImageView according to the size of the image to be retr...

1 years ago

1 answers
82 views
0
Alamofire introduced by Carthage is not available

I used the following article to introduce Alamofire in Carthage, but I get an error when building.https://qiita.com/yutat93/items/97fe9bc2bf2e97da7ec1The source code has been generated and is almost t...

1 years ago

© 2024 OneMinuteCode. All rights reserved.