How to use API in App (Photo Search) - Swift 5, Xcode 12, iOS 2022, APIs

  Рет қаралды 20,606

iOS Academy

iOS Academy

Күн бұрын

Пікірлер: 39
@omerkaraca7375
@omerkaraca7375 3 жыл бұрын
One more excellent tutorial. This channel has all the videos I need. Life saver. Thanks a lot man!
@iOSAcademy
@iOSAcademy 3 жыл бұрын
Glad to hear that!
@tibettenballs4962
@tibettenballs4962 2 жыл бұрын
Try not to smoke math bro. It will ruin your gorgeous teeth.
@awakeFromNib
@awakeFromNib 2 жыл бұрын
Very interesting, a lot of new information for me, thanks!
@iOSAcademy
@iOSAcademy 2 жыл бұрын
Thanks
@heshanlk17
@heshanlk17 3 жыл бұрын
"we are gonna try to spell things correctly 😁😁" It's not common to be a developer and funny at the same time!! Great video as always! 👏
@iOSAcademy
@iOSAcademy 3 жыл бұрын
Thanks
@abkrmohamed3661
@abkrmohamed3661 Жыл бұрын
excellent video!, can we downloading the images in app after searched?
@davidglaser1025
@davidglaser1025 3 жыл бұрын
Thank you for all your really helpful videos! Could you please make one explaining how to implement Spotify's SDK? I've been struggling with it for a while
@iOSAcademy
@iOSAcademy 3 жыл бұрын
You’re welcome, Spotify is on my list of apps to build
@JusCJay
@JusCJay 3 жыл бұрын
Thanks! Great vids! Love the API stuff!
@iOSAcademy
@iOSAcademy 3 жыл бұрын
Thanks!
@hugopinheiro4624
@hugopinheiro4624 3 жыл бұрын
Thanks for the class, incredible teaching 🇧🇷
@solomondurua5241
@solomondurua5241 Жыл бұрын
Hey man you are best ! i love you
@iOSAcademy
@iOSAcademy Жыл бұрын
Glad I could help
@MirshodNasilloyev
@MirshodNasilloyev Жыл бұрын
Perfect
@kaunghtethein3322
@kaunghtethein3322 3 жыл бұрын
Can you give me your course link to cache images ? And another thing is why do we create ui collection view from code but not from storyboard? Is it just personal preference? I am a beginner in ios development
@ThePhotodiver
@ThePhotodiver 3 жыл бұрын
It would have been nice if this was done in SwiftUI. I was having problems with using an API for something else, and was able to use the first part of the video to get it working. Thanks!
@jeremyolu2787
@jeremyolu2787 3 жыл бұрын
can you do a video on cache using urlsession -please it would really help!
@DavidNoyMusic
@DavidNoyMusic 3 жыл бұрын
Great, thanks!
@iOSAcademy
@iOSAcademy 2 жыл бұрын
Thanks!
@mahmoudaziz9797
@mahmoudaziz9797 3 жыл бұрын
thank you it's really great and useful but the explanation is a little fast and some information are overwhelming for the beginners specially the parts related to the programmatic UI, But anyway thanks you're doing a great job :)
@mattmcd02
@mattmcd02 3 жыл бұрын
If your query has a space in it, you should do something like I did in my version: safeURLString = urlString.replacingOccurrences(of: " ", with: "-")
@iOSAcademy
@iOSAcademy 3 жыл бұрын
Yes, you should escape it. Good call out
@JusCJay
@JusCJay 3 жыл бұрын
Another option that worked for me: let queryWithSpaces = query.replacingOccurrences(of: " ", with: "%20") (The way that html handles spaces)
@thejask2765
@thejask2765 3 жыл бұрын
where did you get that urlString from? first tell that.. don't tell it's here in my third tab..
@iOSAcademy
@iOSAcademy 3 жыл бұрын
From the api docs
@levibruh1139
@levibruh1139 3 жыл бұрын
If you're still confused, the documentation has the link right under where it says "response" right under "search photos", you can copy the given link and at the end of the link write &client_id="here put your api key"
@stephenshutters
@stephenshutters 2 жыл бұрын
Everything is working perfectly for me up until 11:40. As soon as I create that var, I get these two errors on it: • Cannot assign to immutable expression of type '[Result].Type' • Cannot assign value of type '[Any]' to type '[Result].Type'
@drewgost
@drewgost Жыл бұрын
do not delete the " let results: [Result]" from the struct APIResponse
@omerkaraca7375
@omerkaraca7375 3 жыл бұрын
And by the way, can we only search for faces with this api?
@iOSAcademy
@iOSAcademy 3 жыл бұрын
Nope, you can use any API
@felipezapata3411
@felipezapata3411 3 жыл бұрын
It seems strange to me, since when I see the api, I see that in the urls if it has objects and it tells me that it is nil, what can I do? keyNotFound(CodingKeys(stringValue: "urls", intValue: nil), Swift.DecodingError.Context(codingPath: [CodingKeys(stringValue: "results", intValue: nil), _JSONKey(stringValue: "Index 0", intValue: 0)], debugDescription: "No value associated with key CodingKeys(stringValue: \"urls\", intValue: nil) (\"urls\").", underlyingError: nil))
@atamankg1370
@atamankg1370 3 жыл бұрын
too hard can you know who speak this tutorial in rusha language?
@valtermachadovm
@valtermachadovm 3 жыл бұрын
U should fix your vids sound quality man, you do create great content, sometimes the sound quality just sucks. I mean no offense.
@iOSAcademy
@iOSAcademy 3 жыл бұрын
Thanks for the feedback
@tofulosophy
@tofulosophy 3 жыл бұрын
You know, i have to totally agree. Your videos are awesome and i love your style, but i have at times just closed your videos within seconds due to the sound quality. I think it would really help the channel. Please keep up the great work!
@JusCJay
@JusCJay 3 жыл бұрын
@@iOSAcademy take that feedback with a grain of salt, I don't have issues so don't stop what you're doing on account of sound issues haha
31 Xcode Tips & Tricks - 2023
17:45
Sean Allen
Рет қаралды 41 М.
MY HEIGHT vs MrBEAST CREW 🙈📏
00:22
Celine Dept
Рет қаралды 55 МЛН
Хасанның өзі эфирге шықты! “Қылмыстық топқа қатысым жоқ” дейді. Талғарда не болды? Халық сене ме?
09:25
Демократиялы Қазақстан / Демократический Казахстан
Рет қаралды 334 М.
What is JSON - JSON Parsing in Swift
24:15
CodeWithChris
Рет қаралды 74 М.
iOS Swift Tutorial: Use Web APIs and JSON Data with Swift 5
32:22
Brian Advent
Рет қаралды 92 М.
24 Xcode Tips in 15 Minutes
15:30
Paul Hudson
Рет қаралды 73 М.
How to use async / await keywords in Swift  | Swift Concurrency #3
20:40
Swiftful Thinking
Рет қаралды 26 М.
Swift API Calls for Beginners (Networking) - Async Await & JSON
25:35
iOS Dev 11: CollectionViews | Swift 5, XCode 11
15:50
Emmanuel Okwara
Рет қаралды 38 М.
MY HEIGHT vs MrBEAST CREW 🙈📏
00:22
Celine Dept
Рет қаралды 55 МЛН