Swift: Build Your First App (2024) - iOS for Beginners

Поделиться
HTML-код
  • Опубликовано: 31 янв 2025
  • In this video we will build our veery first iOS/iPhone app from scratch in Xcode 12 and Swift 5. This tutorial is for absolute beginners who have never built an iOS app before. We will specifically build a Photo Generator app.
    👉🏼 Connect (personal LinkedIn) / afrazsiddiqui
    🚀 Follow on LinkedIn / ios-academy
    #swift #beginner #firstapp
    ** Like my teaching style? Check out some of my most popular courses!
    courses.iosaca...
    Join this channel to get access to perks, code, groups, and more:
    Building Instagram: courses.iosaca...
    Building TikTok: / @iosacademy
    SwiftUI for Beginners: ios-academy.te...
    Join the iOS Academy Community: iosacademy.io/
    ** Get Skillshare free for 2 Months and learn iOS
    www.skillshare...
    ** Manage all your investments from app earnings on Betterment!
    bit.ly/3eBwlI9
    ** Grow your own RUclips tech channel with TubeBuddy:
    www.tubebuddy....

Комментарии •

  • @stevenray7227
    @stevenray7227 3 года назад +26

    Stayed up til 12:30 building this on a school night. I can confirm it was worth it

  • @musiclove2250
    @musiclove2250 26 дней назад +1

    Since we are beginners, it would be helpful to explain things like why "storyboard" was chosen, versus other options. This helps us to understand why specific settings are selected as we continue to learn and for differences in the future. Thank you for your video.

  • @forwardslashbeats3091
    @forwardslashbeats3091 3 года назад +22

    I decided last night that my new years resoloution was to learn swift. I've done c# for nearly 10 years so I'm not expecting the leap over to it to be too intinidating although the jump from mainly server side code manipulating data to a touch interface feels VERY different.
    This will be the first project I'm goig to try once xcode eventually downloads.Thanks for the video.

    • @shahidkhan-uq9mm
      @shahidkhan-uq9mm 3 года назад

      I’m getting started with swift rn, how is it going for you?

    • @forwardslashbeats3091
      @forwardslashbeats3091 3 года назад +1

      I've stuck with it. I very quickly made the decision to dive straight into SwiftUI which on one level feels a lot easier but is significantly different again from C# which requires a completely different mindset. Trying to do at least 30 minutes a day on it but often get more done. Just started looking at the videos from Stanford University (CS193p, Developing Applications for iOS using SwiftUI). Starts very slow but it will ramp up in complexity pretty quickly!

    • @alejandrozamora9021
      @alejandrozamora9021 2 года назад +1

      The year is over in 3 days and I happen to see this comment, how is that resolution going?

  • @11vag
    @11vag 3 года назад +26

    So I have never properly touched Swift before, but this looks very straight forward and it surprised me how it kinda has a title designer tool integrated to work with UI elements. If you've never programmed before however, I would strongly recommend learning the fundamentals first. You'll understand why this feels easy.

    • @iOSAcademy
      @iOSAcademy  2 года назад +2

      Great insight

    • @normaaliihminen722
      @normaaliihminen722 2 года назад +1

      What you mean by fundamentals?

    • @silience_
      @silience_ 2 года назад +2

      @@normaaliihminen722 you have to understand the fundamentals of programming before you can dive headfirst into something like this that also incorporates graphic design. It doesn't really matter what language you learn (as long as it's not esoteric xD), as long as you learn it, because it will give you a fundamental understanding of how things like functions, lists, variables, scopes, etc. work. I would highly recommend Python, on account of its simple syntax, forgivability and versatility, as well as fantastic documentation and a massive community. Python was my first 'real' programming language and I draw upon those first principles I learned everyday.

    • @aronabraham4657
      @aronabraham4657 Год назад

      @@silience_ Actually I recommend something like java because it is challenging enough to determine if you even enjoy programming/developing in the first place. If you're someone completely new it'd still be good to try java first. I know because I speak from experience. My second language was python and believe me it was a piece of cake. All it takes is understanding how to utilize objects and methods. Data structures, data types available, syntax should all come naturally, the main thing is understanding concepts and what makes a language efficient in comparison to others before thinking you want to major/work in CS.

  • @MyEthan1998
    @MyEthan1998 2 года назад +30

    Good tutorial as you're straight to the point, but just as some of the comments suggested, there needs to be more explanation (brief) of some snippets of code being used. And would like some explanations of the concepts behind Swift as I'm coming from various other languages/frameworks. Thank you for this!

  • @talhayousaf3918
    @talhayousaf3918 Год назад +2

    I'm a software eng currently working with the javascript frameworks react , react native and node. Now I'm going to learn the ios development and after lot of searching I have decided to start with your channel to learn some basics. Hope it went well . Thanks a lot in advance.

  • @ericww32
    @ericww32 2 года назад +12

    I’m a software engineer 2 and this helped me get started creating iOS apps. Though the syntax is a bit confusing, I’m sure it will make sense in time. Thanks 🙏

  • @miguelnuno928
    @miguelnuno928 3 года назад +14

    i love this kind of video because it prepares me to understand how everything works in a nutshell

    • @iOSAcademy
      @iOSAcademy  3 года назад

      Glad you enjoyed it! Dont forget to like & share!

  • @ege2026
    @ege2026 2 года назад +49

    Hey! Thanks for the awesome tutorial. This was not my very first iOS App but it is the one that I've done with a clear understanding, thanks to your pure definitions and explanations. I will be digging the channel for other content to learn more about iOS development as a total beginner. Thanks!

    • @iOSAcademy
      @iOSAcademy  2 года назад +1

      Glad to hear it! Thanks for watching

  • @jeremywebb7020
    @jeremywebb7020 2 года назад +18

    Good video, can I suggest to slow down a bit? Not everybody has these functions memorized and trying to keep up with 3 lines of code in 30 seconds can be challenging

  • @jessicamorris8035
    @jessicamorris8035 2 года назад +1

    Interesting Video on iOs app development using Swift technology. It's helpful for me and also those who need this like beginners. Keep sharing more videos regarding app development using Swift and any other technologies. Thank you!

  • @JamesEtallaz
    @JamesEtallaz 2 года назад +95

    Tutorial is short and to the point. However some more explanations along the way would be appreciated. What's an imageView? What's the difference between AspectFill and AspectFit? What does CGRect stand for? Etc..

    • @user-kt8ru9zo9f
      @user-kt8ru9zo9f 2 года назад +15

      Simple Google searches will answer those questions. The shortness is the point.

    • @Daz912
      @Daz912 2 года назад +3

      You should have the official swift documentation open at the same time to reference stuff like this

    • @guxx5272
      @guxx5272 2 года назад +5

      90% of coding is googling stuff

  • @SO-jp6gh
    @SO-jp6gh 3 года назад +15

    Nice tutorial. Btw, I don't see your mouse/cursor moving on the screen. Are you using keyboard/shortcuts for everything? Perhaps for the purposes of the video tutorial you could make an exception and use a big fat mouse pointer so people can see which buttons, icons, etc you are clicking?

    • @Olilego
      @Olilego 2 года назад

      its his screenrecorder, hid his mouse

  • @khan.mansoor
    @khan.mansoor 2 года назад +2

    I was able to follow along and create a working sample app. Thank you so much for doing this. It definitely builds some confidence when you code and see the results on your own screen.

  • @dustinray1840
    @dustinray1840 Год назад +1

    I work for Apple as iOS and macOS tech support. I love this and I am actually about to learn more as I signed up for Code Academy. I want to understand this stuff so bad. It’s going to be fun but definitely challenging.

  • @abdulazizanvarov4443
    @abdulazizanvarov4443 3 года назад +41

    gg man. Next time please explain more. I feel like just coding. Great job!

  • @ThePatriotPirate
    @ThePatriotPirate Год назад

    Very cool, this was the first app I built, the first of many, will be watching more of your videos tomorrow before I start building my real first app, thanks again!

  • @brandon_wilson
    @brandon_wilson 2 года назад +2

    Awesome Tutorial!! It was a little difficult to keep up at times, your talking was perfect but some of your keyboard movement in the program were a little quick so I messed up a few times on the code and would receive errors because I didn't do exactly what you did, so I just scrubbed a lot and paused for copying code as well as slowing the video down a few times just to catch what you were doing. Other than those minor things.. because I literally came into this with no prior knowledge and I'm literally looking at this app on my Mac. This is the best tutorial everrr!!!

  • @Amina-q8e
    @Amina-q8e 3 месяца назад

    FINALLY someone explains it but and makes it short THANK YOU

  • @bryan8881
    @bryan8881 Год назад

    Thank you very much this is supper cool my daughter is 10 years old and fallow your tutorial shes exited for her first app

  • @subarnakhorshed8112
    @subarnakhorshed8112 2 года назад +2

    Thanks for helping me to create my first swift project Just started learning.

  • @devildickdeepdaddy2961
    @devildickdeepdaddy2961 2 года назад +4

    What’s the difference between Swift UI and Storyboard? And which interface is the best way to learn how to code for beginners? Thank you

  • @jeffwayne3054
    @jeffwayne3054 3 года назад +4

    Coming from a data science background who works with python daily, I feel like coding an iOS app is comparable to plotting a nice matplotlib plot with some added functions on top. Nice tutorial btw, makes me want to try it out myself.

    • @matchanista2762
      @matchanista2762 Год назад

      ok this made me feel a lot better about swift! I have an option to learn in school for my degree so I was curious. Im a data analyst who loves python too

  • @fabh9010
    @fabh9010 2 года назад +1

    It worked! My first iOS app. Thanks man!

  • @kels6794
    @kels6794 Год назад +1

    Thank you. Fun to do for a total newbie and looking forward to trying more.

  • @PiiiPheCarrasco
    @PiiiPheCarrasco 3 года назад +5

    thanks for the video, it will start to follow you and watch your videos. we go for more

  • @theblackviperog2398
    @theblackviperog2398 2 месяца назад +1

    What does it mean “Please switch to an asynchronous networking API such as URLSession.

  • @marcoheid6473
    @marcoheid6473 2 года назад +3

    little late to the party, but thanks for the video. Created the first app and it was easy and understandable :-) Now I am checking out the other videos and try to create my own app! (Idea is there, but have to learn how to swift code)

  • @yeheekim
    @yeheekim 3 года назад +14

    Thanks for keeping it short and sweet! Super helpful to quickly ramp up on something new :)

  • @kennethreese4259
    @kennethreese4259 2 года назад +1

    Hello. Why do you use UIKit when SwiftUI Is already imported? What’s the difference and is it necessary to learn both modules?

  • @danielduggin2898
    @danielduggin2898 2 года назад +1

    Late to the party but do you recommend starting with the swift 5 for beginners (2022) playlist?

  • @ignaciotapia2746
    @ignaciotapia2746 2 года назад +1

    Awesome tutorial, I finally made my first IOS app !

  • @0xcBenevolent
    @0xcBenevolent 2 года назад +2

    Hey you have an attractive voice. Well, I have a question. I want to build an app that will be having user profiles, calling features, geo-fencing, geo-tagging, voice & photo sharing(ephemeral) and a bit of social features. Could you tell me if I should hire a backend programmer as well? Because right now, I do have an app designer and an iOS developer who codes in Swift and deploy it in AWS Lambda. Is the Swift developer enough to create the app logic, business logic and the entire backend of the app? or should I hire a Golang-GRPC / Node.js-Appsync developer for all that? And keep the frontend (iOS) part to the Swift developer?
    Please do answer.
    Thanks.

  • @MSGproductionLabel
    @MSGproductionLabel 2 года назад

    Thank you. Do you give private lessons? I want to learn bootcamp for building ios apps.

    • @iOSAcademy
      @iOSAcademy  2 года назад +1

      Yoire welcome. Not yet but planning to

  • @vicwillis4295
    @vicwillis4295 3 года назад +5

    In October 2021 when building an app - what's the reason for there being no ViewController importing UIKit, but instead a ContentView importing SwiftUI? I can't seem to find an equivalent View. method. Any help is appreciated!

  • @RealSlaz
    @RealSlaz Год назад

    man I was super confused on how to use it, Thanks Bro

  • @loveprogramming9085
    @loveprogramming9085 3 года назад +1

    Yeaa thanks
    iOS Academy
    I built My first IOS app here

  • @musiclove2250
    @musiclove2250 26 дней назад

    How did you decide on 600 x 600 for the image size when the frame says 300 x 300?

  • @arthurdut7959
    @arthurdut7959 Год назад

    Just stumbled across this. Excellent tutorial.

  • @lovelymusicnow4404
    @lovelymusicnow4404 Год назад

    Can you make a camera app this way also? Can you show us how to do that? Is that possible?

  • @kunalbhutani4988
    @kunalbhutani4988 9 месяцев назад

    As a beginner, should I code every element or use an object library?

  • @dougedwards1984
    @dougedwards1984 Год назад

    Thanks for taking your time on this tutorial. But I'm wondering if it does not work on 14.2.

  • @GG-lp2ex
    @GG-lp2ex 2 года назад +1

    Great tutorial!! 🙌🏼💪🏼👍🏼❤

  • @swiftBroo
    @swiftBroo Год назад

    Hey! Thanks for the awesome tutorial

  • @Savagewinchester
    @Savagewinchester Год назад

    Might need to update this video because now when I try to follow along I cannot render due to "cannot find ContentView in scope" error

  • @НатальяАсанидзе-б1ф

    hello, thanks for your video! I liked the way you explain. and the only thing that "bad things happened" was that errors came out because I did not close the stimulator correctly. but I still found what hotkeys to do it and everything worked fine :)Ps/ command + Q. in case it helps someone like me

  • @leonardodelrosso6549
    @leonardodelrosso6549 Год назад

    Is there a away I can turn a pre-coded file into swift and to give a profile to download on settings?

  • @ДанилФедосенко-м7ф
    @ДанилФедосенко-м7ф 2 года назад +1

    Hey! I’m currently learning Java. In the future I plan to learn Swift. Is it easier to learn swift when you know Java?

  • @adamartinmusic
    @adamartinmusic 10 месяцев назад

    very cool, thank you

    • @iOSAcademy
      @iOSAcademy  10 месяцев назад

      Glad you liked it!

  • @koyomo2910
    @koyomo2910 2 года назад

    Great video. I followed along and built the app. Do you have any video on xcoding a webpage to an iOS app?

    • @iOSAcademy
      @iOSAcademy  2 года назад

      Awesome! Search the channel for webviews

  • @ashikurpaypal7080
    @ashikurpaypal7080 3 года назад +1

    Thanks a lot for helping me to built my first iOS application.

  • @_dinesh
    @_dinesh 2 года назад +1

    Thank you for the great video tutorial... The video quality could have been a little better tho at 1080p it is still blurry.

  • @MJXed
    @MJXed 2 года назад

    Hello there, I just am confused, and I didn't find a way to hot reload like you do without installing the injectIII, or at least I didn't see any sign of it in your video, could you please help me with that? (I just don't wanna install packages I don't know or someone I trust recommend it for me)
    Ahh my bad, didn't notice, I was just all in, great video, but I came from js background so I used to have a hot reload (the lazy kind of people), do you have an idea how to implement that?

  • @wjalp
    @wjalp Год назад

    Cool video man!

  • @jesshealth
    @jesshealth 2 года назад

    This tutorial is amazing!

  • @Venaber
    @Venaber 2 года назад +1

    Thanks

  • @josephgitahi2090
    @josephgitahi2090 Год назад

    Great 👍

  • @dgsharma3299
    @dgsharma3299 Год назад

    Can you do this without a Mac?

  • @peterluo1776
    @peterluo1776 2 года назад +1

    Great video bro 👍
    Now Subscriber.

  • @shhdevon
    @shhdevon 2 года назад +1

    thank you so much!

  • @dwakim1
    @dwakim1 2 года назад +1

    Thanks for the help, but with all due respect it's misleading when you add "2023" into a Video you made in April 2022. To garner more views XCode has changed since.

  • @DiyintheGhetto
    @DiyintheGhetto Год назад

    Hello, How can we make a add a browser to the app anddisplay a page when it automatically opens the app?

  • @DeconstructedLearningOfficial
    @DeconstructedLearningOfficial 2 года назад +1

    HI I tried writing this code but on execution the random photos didnt stick with the defined 300*300 frame size, how to resolve this issue

  • @seattlerealestatemedia
    @seattlerealestatemedia 2 года назад +1

    What a great tutorial. :)

  • @krisnapranavelangovan6453
    @krisnapranavelangovan6453 3 года назад +1

    GREAT COURSE!!!

  • @rajeshrajachokalingam2450
    @rajeshrajachokalingam2450 3 года назад

    can you explain bit more for .system view guard and all I mean what’s happening behind the scenes

  • @sunsand7062
    @sunsand7062 2 года назад +1

    at the top left?? where is the top left? we can't see where you clicked to bring out the simulator!!

    • @Berserk1246
      @Berserk1246 Год назад

      yeah i dont have the same simulator bar at the top like he does. were you able to find it?

  • @BenDoesGames
    @BenDoesGames 2 года назад +1

    Watching the video at 8:20pm, what're the chances I watch at the same time as your system clock in the intro?? haha

    • @iOSAcademy
      @iOSAcademy  2 года назад

      Hah it means youll be a great ios dev

  • @Frogment-ht5ky
    @Frogment-ht5ky 2 года назад +1

    Hi, why doesn’t my Xcode show life cycle? And i cant see the .xxx after the file.

  • @grantr2241
    @grantr2241 2 года назад

    I am unable to type in a title under the navigation bar properties. I see a lot more properties than are shown in your tutorial.

  • @raintech7053
    @raintech7053 11 месяцев назад

    Awesome Thanks

  • @richardrisner921
    @richardrisner921 2 года назад +1

    Thank you!

  • @brandontyler9278
    @brandontyler9278 3 года назад +1

    outerloop: for i in 1...3{
    innerloop: for j in 1...3 {
    if j == 3 {
    break outerloop
    }
    print("i = \(i), j = \(j)")
    }
    }
    Output
    i = 1, j = 1
    i = 1, j = 2
    Can someone explain this break statement in this for loops? Why on the second iteration it still say "i = 1"? Shouldn't it say "i = 2"?

    • @dewinchy
      @dewinchy 3 года назад

      this has nothing to do with the video I guess and I hope for you 4 months were long enough to have the answer ... but here you go: if you break a loop, you break out of it, so no more loops happen. as you break out of the outer loop, the next line of your code get executed after the outer loop ... as you don't have any further commands, your app quits and you're left wondering about the output. if you want to let your code say i = 2, so you'd like to break out of the inner loop to execute the next outer loop, you'll have to break the inner loop.

    • @dickiefinehuman5269
      @dickiefinehuman5269 2 года назад

      No because the for loop for i terminates once j reaches 3, this doesn’t allow i to reach too. Bit weird, he could have set i=1

    • @dickiefinehuman5269
      @dickiefinehuman5269 2 года назад

      Two*

  • @laurafinger
    @laurafinger 3 года назад +1

    Do I have to have a Mac device (like an iPhone/ Pad) connected to view the simulator? Nothing's coming up on the simulator.

    • @iOSAcademy
      @iOSAcademy  3 года назад

      You do not

    • @laurafinger
      @laurafinger 3 года назад

      @@iOSAcademy Good to know. When I attached my phone to my Mac I still didn't see the simulator. I selected iPhone 8, the model of phone I have, but there's still no simulator displayed. There's a dropdown of iPhones, iPads, etc, every model you can imagine, but there's no simulator to the right of my code. There's no way I can preview my changes. I deleted XCode and reinstalled the latest version, but there's no simulator.

    • @noahbrauner3694
      @noahbrauner3694 3 года назад

      @@laurafinger command-option-enter toggles the preview

    • @SO-jp6gh
      @SO-jp6gh 3 года назад

      @@laurafinger The simulator doesn't necessarily show up to the right. It could be hidden behind everything. On your bottom bar of your MacBook screen, do you see a black dot underneath the simulator icon? If so, click that icon and see whether a simulator pops to the front. Also, if you have connected your real physical phone, then one of your options will actually show the name of your phone (not iPhone8, that would actually still be a simulator, not your physical phone).

  • @MrDJsArcade
    @MrDJsArcade 2 года назад +1

    This is like teaching someone to fish with a lightsaber and then giving them a spear

  • @ShafekulAbid
    @ShafekulAbid 2 года назад +1

    nice! bt it would be more helpful if u start with the file structure..

  • @danielhossa4874
    @danielhossa4874 2 года назад

    How would I add the ability to use the photos from my phone rather than the random image URL generator?

    • @iOSAcademy
      @iOSAcademy  2 года назад

      Use a photo picker. Search my channel for a video on this

  • @markraitman
    @markraitman 2 года назад +1

    Nice!

  • @AlexSaheli
    @AlexSaheli 2 года назад

    Sadly button doesn't tap
    Too many mistakes to fix while trying to implement this

  • @B0A2
    @B0A2 2 года назад +1

    how do you center the title text?

  • @joshuahart4013
    @joshuahart4013 3 года назад +1

    Crazy drinking game, take a shot every time he says ‘go ahead’.

  • @Ayrin69
    @Ayrin69 Год назад

    small problem, i am running Xcode 2010 and… .system(color) doesn’t exist some how

  • @conwks
    @conwks 3 года назад +1

    so is this only possible on macbook? windows cant use xcode

    • @iOSAcademy
      @iOSAcademy  3 года назад

      Correct

    • @ManjuRawat
      @ManjuRawat 2 года назад +1

      You can use a Virtual Machine like VMware or virtualbox

  • @dababy4275
    @dababy4275 3 года назад +1

    Hey I really like your tutorials and I’ve been following them recently. I was wondering if you could make a tutorial on how to make a memory match game or a Simon says game. There’s tutorials on RUclips but they r super outdated

  • @headbumb9022
    @headbumb9022 Год назад +1

    How can I have a link for a meme website instead this one?

  • @elmerluis5705
    @elmerluis5705 3 года назад +1

    Thank you for this great video

  • @joshua.c2840
    @joshua.c2840 2 года назад

    Instead of making a didtap() function and putting getrandomphoto() inside, why cant the target of the button just be getrandomphoto()?

  • @shahil980
    @shahil980 2 года назад

    Can I get Xcode in iPad if not any other way non than Mac ?

    • @iOSAcademy
      @iOSAcademy  2 года назад +1

      You can get swift playgrounds

  • @mohammedzain9876
    @mohammedzain9876 2 года назад

    can you make a series of these

    • @iOSAcademy
      @iOSAcademy  2 года назад

      Ive got several on my channel

  • @surimeza
    @surimeza Год назад

    Hello, how do we make our own reverse URL?

  • @PrudentialViews
    @PrudentialViews 2 года назад

    How do you upload this app to the iOS appstore?

    • @iOSAcademy
      @iOSAcademy  2 года назад

      I have a video on this. There is a whole process

    • @PrudentialViews
      @PrudentialViews 2 года назад

      @@iOSAcademy ok thank you!

  • @razgandooverbo
    @razgandooverbo 2 года назад

    Plenamente teach for android in Java as well. Its not about the language but about the way tou teachh!!!!!

  • @LoriWolfcat
    @LoriWolfcat 2 года назад +1

    Instead of using a website, could you just use your own photos and make them random?

  • @thomasanderson1416
    @thomasanderson1416 Год назад

    Dude, why didn't you use SwiftUI for your "noob-friendly" tuto?

    • @iOSAcademy
      @iOSAcademy  Год назад

      I have a SwiftUI Version as well

  • @charge03
    @charge03 3 года назад +1

    Why photo loading is delay for me?

    • @iOSAcademy
      @iOSAcademy  2 года назад

      Depends on internet speed

  • @guestyguy_012
    @guestyguy_012 3 года назад

    Is it okay if I use any reversed url for the organization identifier box?

  • @quoteu6240
    @quoteu6240 3 года назад

    Can we make self sizing table view cell using frame layout approach for dynamic height ?
    If yes please make video on that

  • @pdutta1607
    @pdutta1607 2 года назад

    What a nice video!

  • @siderism1062
    @siderism1062 3 года назад +1

    Every time I write imageView the error: ‘Instance member ‘imageView’ cannot be used on type ‘ViewController’; did you mean to use a value of this type instead?’ Comes up.
    Edit: Fixed it

    • @kamkanikahilialoha
      @kamkanikahilialoha 3 года назад

      How did you fix this?

    • @siderism1062
      @siderism1062 3 года назад

      @@kamkanikahilialoha It was just a typo. Just look at the code on your PC and compare it with the code in the video.

    • @kamkanikahilialoha
      @kamkanikahilialoha 3 года назад

      @@siderism1062 Ok. Ill check. Did you build your app in iOS 15 or 14?

    • @siderism1062
      @siderism1062 3 года назад

      @@kamkanikahilialoha IOS 15

  • @JesusPerez-rp5cd
    @JesusPerez-rp5cd 3 года назад

    mmm i love the video, but the url is broken :/. i tried to change for other

    • @iOSAcademy
      @iOSAcademy  Год назад

      The url changed to source.unsplash.com/random/600x600/?scenery