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

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ส.ค. 2024
  • 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 TH-cam tech channel with TubeBuddy:
    www.tubebuddy....

ความคิดเห็น • 307

  • @stevenray7227
    @stevenray7227 2 ปีที่แล้ว +20

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

    • @iOSAcademy
      @iOSAcademy  2 ปีที่แล้ว +3

      Youre the real MVP

  • @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!

  • @forwardslashbeats3091
    @forwardslashbeats3091 2 ปีที่แล้ว +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 2 ปีที่แล้ว

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

    • @forwardslashbeats3091
      @forwardslashbeats3091 2 ปีที่แล้ว +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 ปีที่แล้ว +1

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

  • @11vag
    @11vag 2 ปีที่แล้ว +25

    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.

  • @abdulazizanvarov4443
    @abdulazizanvarov4443 3 ปีที่แล้ว +41

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

    • @iOSAcademy
      @iOSAcademy  3 ปีที่แล้ว +1

      Thanks, will do!

  • @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!

  • @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

  • @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.

    • @Whiteyy191
      @Whiteyy191 2 ปีที่แล้ว +3

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

    • @guxx5272
      @guxx5272 ปีที่แล้ว +5

      90% of coding is googling stuff

  • @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

  • @ericww32
    @ericww32 ปีที่แล้ว +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 🙏

  • @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.

  • @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

  • @yeheekim
    @yeheekim 2 ปีที่แล้ว +14

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

    • @iOSAcademy
      @iOSAcademy  2 ปีที่แล้ว

      Glad it was helpful!

  • @PiiiPheCarrasco
    @PiiiPheCarrasco 3 ปีที่แล้ว +5

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

  • @khan.mansoor
    @khan.mansoor ปีที่แล้ว +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.

    • @iOSAcademy
      @iOSAcademy  ปีที่แล้ว +1

      Absolutely! Congrats!

  • @jessicamorris8035
    @jessicamorris8035 ปีที่แล้ว +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!

  • @kels6794
    @kels6794 ปีที่แล้ว +1

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

  • @subarnakhorshed8112
    @subarnakhorshed8112 2 ปีที่แล้ว +2

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

  • @devildickdeepdaddy2961
    @devildickdeepdaddy2961 ปีที่แล้ว +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

  • @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!!!

  • @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

  • @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)

  • @fabh9010
    @fabh9010 2 ปีที่แล้ว +1

    It worked! My first iOS app. Thanks man!

  • @vicwillis4295
    @vicwillis4295 2 ปีที่แล้ว +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!

  • @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!

    • @iOSAcademy
      @iOSAcademy  ปีที่แล้ว

      Way to go! Congrats

  • @loveprogramming9085
    @loveprogramming9085 3 ปีที่แล้ว +1

    Yeaa thanks
    iOS Academy
    I built My first IOS app here

  • @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.

    • @iOSAcademy
      @iOSAcademy  ปีที่แล้ว +1

      Great to hear! You can do it!

    • @dustinray1840
      @dustinray1840 ปีที่แล้ว

      @@iOSAcademy Thank you

    • @digitalimpulse
      @digitalimpulse ปีที่แล้ว

      Advice for applying and getting hired there?

  • @dwakim1
    @dwakim1 ปีที่แล้ว +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.

  • @jeffwayne3054
    @jeffwayne3054 2 ปีที่แล้ว +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 10 หลายเดือนก่อน

      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

  • @josephgitahi2090
    @josephgitahi2090 ปีที่แล้ว

    Great 👍

    • @iOSAcademy
      @iOSAcademy  ปีที่แล้ว

      Thank you! Cheers!

  • @Venaber
    @Venaber 2 ปีที่แล้ว +1

    Thanks

  • @RealSlaz
    @RealSlaz ปีที่แล้ว

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

  • @richardrisner921
    @richardrisner921 2 ปีที่แล้ว +1

    Thank you!

  • @ignaciotapia2746
    @ignaciotapia2746 ปีที่แล้ว +1

    Awesome tutorial, I finally made my first IOS app !

  • @raintech7053
    @raintech7053 5 หลายเดือนก่อน

    Awesome Thanks

    • @iOSAcademy
      @iOSAcademy  5 หลายเดือนก่อน

      Welcome

  • @user-ci3hj4td5g
    @user-ci3hj4td5g ปีที่แล้ว +1

    감사합니다

  • @shhdevon
    @shhdevon ปีที่แล้ว +1

    thank you so much!

  • @mrd.j.2303
    @mrd.j.2303 2 ปีที่แล้ว +1

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

  • @arthurdut7959
    @arthurdut7959 7 หลายเดือนก่อน

    Just stumbled across this. Excellent tutorial.

    • @iOSAcademy
      @iOSAcademy  7 หลายเดือนก่อน

      Glad it was helpful!

  • @ashikurpaypal7080
    @ashikurpaypal7080 2 ปีที่แล้ว +1

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

  • @GG-lp2ex
    @GG-lp2ex ปีที่แล้ว +1

    Great tutorial!! 🙌🏼💪🏼👍🏼❤

  • @adamartinmusic
    @adamartinmusic 5 หลายเดือนก่อน

    very cool, thank you

    • @iOSAcademy
      @iOSAcademy  5 หลายเดือนก่อน

      Glad you liked it!

  • @markraitman
    @markraitman 2 ปีที่แล้ว +1

    Nice!

  • @benevolent_queen
    @benevolent_queen 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.

  • @kennethreese4259
    @kennethreese4259 ปีที่แล้ว +1

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

  • @wjalp
    @wjalp ปีที่แล้ว

    Cool video man!

  • @navjotsingh2457
    @navjotsingh2457 ปีที่แล้ว

    ty

  • @kunalbhutani4988
    @kunalbhutani4988 4 หลายเดือนก่อน

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

  • @krisnapranavelangovan6453
    @krisnapranavelangovan6453 2 ปีที่แล้ว +1

    GREAT COURSE!!!

  • @joshuahart4013
    @joshuahart4013 2 ปีที่แล้ว +1

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

    • @iOSAcademy
      @iOSAcademy  ปีที่แล้ว

      Honestly great idea

  • @albertweinstein1
    @albertweinstein1 7 หลายเดือนก่อน +2

    Don't be lazy, either create a new tutorial for 2024 or leave this one in 2022.

  • @seattlerealestatemedia
    @seattlerealestatemedia 2 ปีที่แล้ว +1

    What a great tutorial. :)

  • @danielduggin2898
    @danielduggin2898 2 ปีที่แล้ว +1

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

  • @elmerluis5705
    @elmerluis5705 3 ปีที่แล้ว +1

    Thank you for this great video

  • @dilshodqulmirzayev629
    @dilshodqulmirzayev629 ปีที่แล้ว

    Hey! Thanks for the awesome tutorial

  • @lovelymusicnow4404
    @lovelymusicnow4404 ปีที่แล้ว

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

  • @jesshealth
    @jesshealth ปีที่แล้ว

    This tutorial is amazing!

    • @iOSAcademy
      @iOSAcademy  ปีที่แล้ว

      Glad you think so!

  • @user-uk1en5be7z
    @user-uk1en5be7z ปีที่แล้ว

    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

  • @_dinesh
    @_dinesh ปีที่แล้ว +1

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

    • @iOSAcademy
      @iOSAcademy  ปีที่แล้ว

      Thanks for the feedback

  • @Frogment-ht5ky
    @Frogment-ht5ky 2 ปีที่แล้ว +1

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

  • @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

  • @B0A2
    @B0A2 2 ปีที่แล้ว +1

    how do you center the title text?

  • @Ayrin69
    @Ayrin69 7 หลายเดือนก่อน

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

  • @DiyintheGhetto
    @DiyintheGhetto 11 หลายเดือนก่อน

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

  • @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

  • @Rassy_
    @Rassy_ 3 ปีที่แล้ว +1

    This was awesome

  • @rajeshrajachokalingam2450
    @rajeshrajachokalingam2450 2 ปีที่แล้ว

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

  • @theyreheretokillus
    @theyreheretokillus 2 ปีที่แล้ว +1

    love u

  • @dgsharma3299
    @dgsharma3299 ปีที่แล้ว

    Can you do this without a Mac?

  • @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 TH-cam but they r super outdated

  • @headbumb9022
    @headbumb9022 ปีที่แล้ว +1

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

  • @pdutta1607
    @pdutta1607 2 ปีที่แล้ว

    What a nice video!

  • @sunsand7062
    @sunsand7062 ปีที่แล้ว +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?

  • @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

    • @iOSAcademy
      @iOSAcademy  2 ปีที่แล้ว

      Clip the imageview

  • @peterluo1776
    @peterluo1776 ปีที่แล้ว +1

    Great video bro 👍
    Now Subscriber.

  • @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  ปีที่แล้ว

      Awesome! Search the channel for webviews

  • @ShafekulAbid
    @ShafekulAbid 2 ปีที่แล้ว +1

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

  • @devamshah1754
    @devamshah1754 ปีที่แล้ว

    i accidentally deleted my main.storyboard how do i restore it and point it to my project?

  • @TheRatReview
    @TheRatReview 2 ปีที่แล้ว +1

    I made a random rat app. thank you!

  • @vishwajeetsingh99
    @vishwajeetsingh99 2 ปีที่แล้ว +1

    "Guard let data" sounds like Shakespeare designed the code language

  • @kineticlight913
    @kineticlight913 27 วันที่ผ่านมา

    random photo url is dead

  • @leonardodelrosso6549
    @leonardodelrosso6549 ปีที่แล้ว

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

  • @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 2 ปีที่แล้ว

      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*

  • @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

  • @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.

  • @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?

  • @dougedwards1984
    @dougedwards1984 ปีที่แล้ว

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

  • @gabrielgould6492
    @gabrielgould6492 2 ปีที่แล้ว +1

    iPhone 10

  • @TheRealityTwister
    @TheRealityTwister 2 ปีที่แล้ว +1

    So said on the top left click here but WHERE is HERE

    • @iOSAcademy
      @iOSAcademy  ปีที่แล้ว

      Thanks for the feedback

  • @Adrian.katzenstein
    @Adrian.katzenstein 11 หลายเดือนก่อน

    I get error code: Cannot find type 'UIImageview' in scope on line 12 and also cannot infer contextual base in reference to number on line 21
    can't get through those does anyone else get the same problem?

  • @MSGproductionLabel
    @MSGproductionLabel ปีที่แล้ว

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

    • @iOSAcademy
      @iOSAcademy  ปีที่แล้ว +1

      Yoire welcome. Not yet but planning to

  • @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()?

  • @charge03
    @charge03 2 ปีที่แล้ว +1

    Why photo loading is delay for me?

    • @iOSAcademy
      @iOSAcademy  ปีที่แล้ว

      Depends on internet speed

  • @razgandooverbo
    @razgandooverbo ปีที่แล้ว

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

  • @user-iu1et3be3b
    @user-iu1et3be3b 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?

  • @LoriWolfcat
    @LoriWolfcat 2 ปีที่แล้ว +1

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

  • @siderism1062
    @siderism1062 2 ปีที่แล้ว +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 2 ปีที่แล้ว

      How did you fix this?

    • @siderism1062
      @siderism1062 2 ปีที่แล้ว

      @@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 2 ปีที่แล้ว

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

    • @siderism1062
      @siderism1062 2 ปีที่แล้ว

      @@kamkanikahilialoha IOS 15

  • @simongregan9106
    @simongregan9106 3 ปีที่แล้ว +1

    Can you make tutorial how to make drawing app in xcode? Thanks your videos very halp me

  • @miguelratessoriano307
    @miguelratessoriano307 2 ปีที่แล้ว

    so imma go ahead

    • @iOSAcademy
      @iOSAcademy  ปีที่แล้ว +1

      I think i said it once or twice :p

  • @whiteTygr_
    @whiteTygr_ 2 ปีที่แล้ว

    why is my runtime while pressing the button so long to load a new picture using m1 Mac