As an iOS dev, I get asked many times about where to begin. From now on, this video will be my answer. Great work! :)
@seanallen2 жыл бұрын
I appreciate that, Efe 😀
@delanescott7872 Жыл бұрын
Im a complete newbie , my question is, isnt learning swift kinda of boxing one into mainly working on apple apps?
@muhammadabbas5226 Жыл бұрын
@@delanescott7872that is one way to look at it. However, learning swift would add to you one of those few people who have mastery over swift and ios app development and hence making you valuable for the ios developer community. With other cross platform languages you can make apps for both android and ios but some companies or clients want native development.
@bosch5053 Жыл бұрын
Oley türk buldum
@keintrinkwasser2327 Жыл бұрын
just got curious: as an ios dev, what did you watch this beginner course for?
@Uyghur_Ata Жыл бұрын
As a web developer who is currently jumping into iOS development, I can confirm that this tutorial is perfect for beginner!
@seanallen Жыл бұрын
Thanks for the kind words 👍
@dmytronice1337 Жыл бұрын
Why did you decide to switch from WebDev to mobile ? Just I am in the same situation right now and it is interesting
@Uyghur_Ata Жыл бұрын
@@dmytronice1337 Hi, my company offered me the opportunity to switch into iOS dev, but I need to learn everything by my own. I tried iOS dev 5 years ago, and I really wanted to become iOS developer, but at that time iOS was very hot and was difficult to land a job without any experience, so now I want to use that opportunity. Of course, the higher pay is another motivation of mine. And what is your situation?
@dmytronice1337 Жыл бұрын
@@Uyghur_Ata thank you for your answer! My situation: I am webdev working with AWS, Node.js, and VueJS. Recently I bought a MacBook and did a sneak peek into iOS development including this video. And I am thinking should I really switch to iOS because seems I like it, and also have the possibility to do it.
@Uyghur_Ata Жыл бұрын
@@dmytronice1337 I've also tried the technologies you have mentioned, and to be honest, I enjoyed my days working as Web dev, iOS dev looks fun as well, but there are not many opportunities like web dev, but I still want to continue my role as iOS Dev.
@talhayousaf3918 Жыл бұрын
Don't think take this course and you're ready , The most honest thing I ever heard from an instructor
@riribud10 ай бұрын
there are sooo many youtube 'beginner' coding lessons, but by far this IS THE ONE! truly explains everything perfect. Ive been searching for this video
@seanallen10 ай бұрын
Thanks for the kind words :)
@nateh9246 Жыл бұрын
Trying to get into iOS dev after realizing my current career path that I went to school for isn't for me, and I'm learning on my own completely from scratch. I'm still in the early stages and I have been desperately looking for someone to break things down exactly like this video does. I'm only at the beginning of the vid, but already feel excited. Thank you for putting this out there and giving me hope!!
@viachaslauhryniuk4994 Жыл бұрын
How is it going bro?
@madfut2250 Жыл бұрын
Did you do it?
@viachaslauhryniuk4994 Жыл бұрын
@@madfut2250 if you're looking for inspiration, when I wrote my previous comment, I was just on early stages of learning swift. Now I'm pretty good at it and can solve leetcode medium problems. Also I am currently learning SwiftUI and have some home projects. So, just don't give up and stay consistent!
@rohankumar_69 Жыл бұрын
For people trying to remove reference to Main Storyboard in CardWorkout-Programmatic Tutorial. The reference to Main Interface is no longer in General Tab on Xcode 14. Go to Build Settings -> UIKit Main Storyboard File base name -> remove the reference to main. It will no longer crash.
@rodrigofernandes7389 Жыл бұрын
Thanks!
@bitwisedevs4692 жыл бұрын
What's really cool in programming is that even you already knew how things work, there's still some information that you may find new and somehow learned from it. In the end it doesn't matter if you already know this and that stuff, you can still learn from it by having someone explaining it which could be in a different perspective/approach. That is why I still sometimes watch basic topics even though I have a good understanding of it.
@seanallen2 жыл бұрын
I agree 100%. I always recommend to people learning that hearing things explained different ways from different perspectives will give you a more complete picture of the concept. Learning from MULTIPLE sources is the way to go.
@pateldhruv97334 ай бұрын
Hi Sean Allen, My name is Dhruv Patel from India. I just completed your course, and I am grateful for it. I was initially stuck on how to start iOS development and where to begin. I even considered quitting. However, your guidance has been incredibly helpful, and now I feel well-prepared to embark on my iOS development journey. Additionally, I am excited to start your second free course, SwiftUI Fundamentals. I am confident that it will further boost my confidence. Thank you once again for all your efforts; they significantly help beginner students like me. Dhruv Patel
@harshitjharotiya47223 ай бұрын
hey can u share ur social media where we can connect
@7mart77710 ай бұрын
Дякую за величезну пророблену роботу, виконану для цього курсу! Дякую за курс - чудовий, інформативний, прекрасний лектор! Чудові ідеї які буду втілювати в життя! )
@seanallen10 ай бұрын
Glad you liked it!
@dominicortega65622 жыл бұрын
This is the best instructor so far. Most of the tutorials just tell the documentation. Seal teaches the real life coding.
@seanallen2 жыл бұрын
Thanks for the kind words, Dominic. I appreciate it!
@이승준-i6w Жыл бұрын
Preface 13:52 Introduce 19:45 UI kit ☜more job opportunity 26:00 Swift overview 33:28 Types {Int: whole numbers Float: 6 decimal places Double: 15 " String: text Bool: True or False} 37:14 Capture values {Variables(can be changed) "var" Constants "let"}
@이승준-i6w Жыл бұрын
42:08 Array : Ordered Container[ It start at index 0 and 1,2,3,4...] 49:36 Set : Unordered Container: set[Array values, it might have duplications]=[Values have non duplications] Resultly Set is hashable. 57:56 Dictionary
@lgbtaresins Жыл бұрын
[Key:Values(any types) pairs] 1:02:24 Functions are commands figuring app Func commands(fill defines of this parameter like “label: types” or left blank){commands for defining what to do} 1:14:46 If/else If it is this //conditional statement like boolean {then do that} else{do it} 1:21:33 For loop Let item =[set] For label in item where item {order(call name)} In 0..
@ChristopherCricketWallace2 жыл бұрын
this is a big baller move, man. So much good karma for this! Way to go, Sean!
@seanallen2 жыл бұрын
Thanks Chris 😀
@tzus2ndacc338 Жыл бұрын
I'm a 5 days old foreign learner, non-native English user, I appreciate your effort and contribution on this video! I've found some Swift tutorials in Mandarin which is my native language, but I found them not explaining perfectly like are. After 5 hours or learning, I finally made the Colour app executed successfully, making the UI view and settings are understandable, but after that, to make the actions on UI, start coding on TableView and ColourDetail, this part made me stunned LOL perhaps I need to watch and follow through a few times. I wish I can build it without this tutorial at the end. Once again, really appreciate for your Brilliant work!
@ToddClemens Жыл бұрын
New Year’s resolution is to learn iOS Dev in 2023. Excited to use this course. Happy to see a newer course than old courses.
@seanallen Жыл бұрын
Best of luck on your journey, Todd. I've got TONS of iOS dev content on the channel!
@yanksbroncs413 Жыл бұрын
Your teaching style is high level. There may be some depth you chose not to touch on, but the use of analogies and real world examples is better than any course I’ve seen. Straight to the point, understandable code and explanation. I appreciate this
@seanallen Жыл бұрын
Thanks for the kind words and I'm happy you appreciate it! I do my best not to overwhelm the student with too much information. Only the necessities to understand the concept. You can dig deeper later after you have the basic understanding.
@Noborotno.092 жыл бұрын
I was searching for a Swift 5 programming tutorial, and the boss has launched this masterclass. Thanks a million for your video and direction.
@seanallen2 жыл бұрын
Hope you enjoy it, Sowat 🚀
@Noborotno.092 жыл бұрын
Yes. @@seanallen, sir, I am already relishing it. Hope you will make these kinds of worthwhile videos for beginners ❤
@swimxxallenxx3177 Жыл бұрын
Hey Sean. This was my first tutorial for XCode coming from Java and the quality is amazing here. I've finished this tutorial just in time for WWDC23. Cheers.
@swiss89439 ай бұрын
Finally completed this course!! Excited to build a project! Thank you Sean for providing this.
@seanallen9 ай бұрын
Happy to help!
@NexusGuru Жыл бұрын
i commend you for this 10 1/2 tutorial especially free for me as a beginner and as a person who is 36 years old and fed up at his job looking for a change of careers it seems daunting its not like when i was in college i would wake up go to class and take it step by step this video is full lenght and you have to pace yourself and sometimes when your alone you doubt yourself thinking is this really worth it or am i just wasting my time and ill never be any good . im going through a rough time in my life and this videos even if they dont get me anywhere are relaxing to just take in the information thank you again.
@jamietse8539 Жыл бұрын
Sean, you are a well-spoken teacher! I am a non-native english speaker but i got the whole picture of swift from your lectures. Bravo! thank you !
@seanallen Жыл бұрын
Thanks for the kind words, Jamie!
@イヴァン-s4c8 ай бұрын
Only 2 hours in, and not a beginner to programming, but a beginner to the Apple world and Swift, obviously most of the stuff I already know but it feels good to go through it anyway just to be confident that I am not missing anything, and some details are new to me so it wouldn't be good to skip it. I've seen many tutorials of all kinds of technologies over the years but this one I think is very well made, great job. Now I'm gonna keep watching, by the end of this weekend I wanna have completed this video and made some basic apps, ideally also loaded them into my iPhone to try them out in real hardware.
@seanallen8 ай бұрын
Happy to hear you're enjoying my teaching style!
@JustFelipeBrito2 жыл бұрын
As a Flutter dev, I found this course very informative for those who already have some baggage too! I didn't even skip the fundamentals, the definition of learning is being able to explain things not just in one way, but more than 3 or 4 to call it a plain knowledge. I'm on the "2 hour mark" and I see myself taking notes all the time to have different approaches to the topics and your explanation on the chapter Optionals is OUT OF THIS WORLD, Sean. Keep up the good work! (I'll be editing and updating it while I'm going along it 😁)
@seanallen2 жыл бұрын
Glad you're enjoying the course so far, Felipe!
@brahimakar Жыл бұрын
Keep us updated! i'm a flutter developer too :)
@AlexSaheli6 ай бұрын
"I know you are a ball of excitement" I wish I was :> In reality I stare an an insurmountable mountain that I tried to approach 3 times already, here's my 4th time. Hope I will muster enough strength to punch trough to the first results. Thank you for making all that so relatable.
@seanallen6 ай бұрын
Happy to help if you have any questions on concepts that are a major roadblock.
@AlexSaheli6 ай бұрын
I'm on day 8, half the course. Also played with Playgrounds. Found a mentor, ty ty
@vuduc75632 жыл бұрын
Amazing 10 hours course. Thank you so much!
@seanallen2 жыл бұрын
You're very welcome!
@gookulll53609 ай бұрын
Finally completed this course.....Excited to build a project Thank you So much ❤
@seanallen9 ай бұрын
Congrats! Best of luck with your build 🚀
@bogdankush6014 Жыл бұрын
time: 5:50:00 implementation dynamic cards deck: ``` static func getAllValues() -> [UIImage] { var allCards: [UIImage] = []; let suits = ["S", "H", "C", "D"] let ranks = ["A", "J", "Q", "K"] for s in suits { for n in 2...10 { allCards.append(UIImage(named: String(n) + s)!) } for r in ranks { allCards.append(UIImage(named: r + s)!) } } return allCards } ```
@nguyenhaidung88336 ай бұрын
beautiful, exact what I am looking for, ty
@FENTANYLJET10 ай бұрын
hey thanks dog, i watched 50 mins of this video and my face starting growing a steve jobs beard, my ex called me saying she wanted me back and guaranteeing there wouldn't be any post-post honeymoon disaster, my debt was magically paid off and i also grew 5 inches.
@seanallen9 ай бұрын
Pure magic
@vincenzocapriotti7539 Жыл бұрын
Sean you deserve a medal and a statue for this course. I'm at 4:43hrs and I am loving it.
@seanallen Жыл бұрын
Happy to hear you are enjoying it, Vincenzo!
@chezchezchezchez Жыл бұрын
He can’t spend medals. Send money.
@adrianmarinB2 жыл бұрын
absolute rockstar for making this available here! you rock!
@bogdankush6014 Жыл бұрын
time: 5:34:00 to handle and close modal by close button: in parent controller: ``` @IBAction func myUnwindAction(unwindSegue: UIStoryboardSegue) {} ``` Than just drag and drop close button (with control pressed) to exit icon at the top 🤫
@withdevv2 жыл бұрын
the only tutor I follow videos upon ios development
@williamsquires30702 жыл бұрын
Some improvements: 1) Show how to use git inside Xcode. Just a short intro with a simple project, or that uses one of the other projects (like CardWorkout). 2) Show how to make a UIView subclass and draw into it. For example. How to draw a filled shape of one color, that has an outline of a different color. How to draw a line from (x1,y1) to (x2,y2), with a specified line color and thickness. How to draw an image, or part of one, either from disk, or the application bundle into the view area. 3) (this is mostly for the benefit of those coming from another language/IDE): An explanation of some common terms in Swift 5 that are called something else in other languages, such as Java or C++. Because if you don’t know the correct terminology, looking something up in the documentation is a real PITA! 4) (this one may be wishful thinking on my part): A way for one developer to share a code sample with another (privately) using GitHub, Google Docs, or even iCloud, without exposing their code publicly, or having it (unwittingly) indexed by Google. For example, someone made some changes to the CardWorkout project and would like you to take a look and see how they solved a problem, but it’d be too long to post in a YT reply, or they don’t want some copyright troll stealing their code and claiming it for themselves. This would also be good for posting a code “portfolio” with a prospective employer. 5) how to document your own code (well, the public API, anyway) so that another dev can quickly see what your class, struct, or enum offers, like the way Apple’s own documentation does.
@AppDeveloperPoint2 жыл бұрын
I am just wondering how much effort you must have given to build this course. Really appreciate your work in iOS platform. Definitely a perfect video for anyone to kick-start there iOS role. 👍
@julianscott4682 Жыл бұрын
Hardcore C++ and C# here. This guy is good, really good.
@seanallen Жыл бұрын
I appreciate that.
@Grumpydadwithtech Жыл бұрын
fantastic video, I learnt to code basic in the 80's as a kid and then 90's in DOS and VB. I'm no longer a coder but want to relearn as a 45+ aged person. This video has given me the confidence to revisit coding as someone who has recently been diagnosed as dyslexic, which really causes issues with syntax and memory.
@seanallen Жыл бұрын
So happy to hear this video was helpful in your return to coding. Hope you're enjoying Swift!
@chezchezchezchez Жыл бұрын
45+ aged? 😂 Dude. Really?
@joan-mariacbrooks Жыл бұрын
I'm doing a beginning class in Swift and you explain things better than my instructor. Joined and thank you!
@seanallen Жыл бұрын
Happy I could be of help!
@seanallen2 жыл бұрын
My other Swift & iOS Dev Courses: seanallen.teachable.com. Use code LAUNCHPAD for 15% off course purchases.
@williamhammond4368 Жыл бұрын
Hi Sean, loving the course - you're a fantastic teacher. Personally, I would love to see a video where you do a bit of a dive into the day-to-day of a job in iOS development. What your routine was, what parts of a project you worked on, etc. Much love from the U.K.
@carloderouaux7639 Жыл бұрын
What an honest and sympathetic man!
@seanallen Жыл бұрын
😀
@AHR2757 Жыл бұрын
man , I don’t know how to thank you for this video
@seanallen Жыл бұрын
Happy to help 👍
@benjaminko7812 Жыл бұрын
Absolutely great video! Very recommended for iOS & Swift beginner!
@artemisfowl9002 Жыл бұрын
man i've gotta say, i just love his energy, like i dont think he could've done a better job with this course if he tried!
@EdwinManalastas2 жыл бұрын
Just watching the first few minutes of the video, I already enjoy watching and listening to you. Thank you so much for this tutorial
@seanallen2 жыл бұрын
Glad you enjoy it, Edwin 👍
@satyasegu35662 жыл бұрын
i'm so happy to start my course at you,i'm seeking for a best platform to learn iOS dev thank you so much for amazing stuff......
@seanallen2 жыл бұрын
Hope you enjoy it, Satya!
@leonstone34432 жыл бұрын
Just want to say, Im 32 wanting to change my life/career so its kinda cool you started at the same age as me. Always felt like Im too old and late for the opportunity but you have proved im wrong in that thinking!
@seanallen2 жыл бұрын
Definitely not too late :). Keep at it!
@mitswifty11162 жыл бұрын
Amazing course & what a great gift to the iOS community. Thanks for making this & sharing it Sean.
@seanallen2 жыл бұрын
My pleasure!
@superocti Жыл бұрын
I watched this as an objc-only iOS dev wanting to get familiar with Swift while also getting a refresher on writing apps from scratch. I have to say it’s great how you cover many things, beyond just the language and frameworks, that are really important as an app developer. Chrono Trigger was the cherry on top. 10/10 would binge again.
@silcalderale10 ай бұрын
Sean, I haven't watched the whole video (YET-) and even though I'm still at 65%, I'm loving it!!! You're so easy to follow, it's a pleasure to watch you go through all the concepts. I'm engaged 100%. I'm completely honest here, this is the first time I'm not disappointed mid way! lol Thank you!!!
@seanallen10 ай бұрын
Happy to hear you enjoy my teaching style!
@GhanashriMariyanna5 ай бұрын
First ever 5+ hour course that I could complete! Found it quite useful, thank you :)
@seanallen5 ай бұрын
Glad it helped!
@coding_university_ Жыл бұрын
I like the fact that you touched on every aspect of the iOS app development. You are a great teacher! More so, a good person because you are not just teaching but also strive to make sure people understand. Thank you!
@wallace8637 Жыл бұрын
just started and thank you very much, hope I will have the will to learn and improve myself.
@seanallen Жыл бұрын
Hope you enjoy!
@nickapeed2 жыл бұрын
Thanks!
@seanallen2 жыл бұрын
I appreciate your generosity, Nick! Glad you enjoyed the course 😀
@Efii653 ай бұрын
Well done mate This course is amazing.
@seanallen3 ай бұрын
Glad you liked it!
@t_ahmad5 ай бұрын
I really appreciate thisi tutorial. It is a great help to me as I recently came back to Swift after 3 years of gap. This is the best course to refresh my knowledge and get back to track
@seanallen5 ай бұрын
Happy to help!
@Radical9535 Жыл бұрын
TY! for not just saying you shouldn't write this this way without explaining why nothing can be more irritating then not knowing the basic steps as to why you would want your code shorter. great video so far!
@seanallen Жыл бұрын
Glad you're enjoying it 😀
@gillesashley93148 ай бұрын
Trust me this is worth a paid course. And I'm serious.
@seanallen8 ай бұрын
Thanks for the kind words!
@lucasmiller4202 Жыл бұрын
19:23 i’m so glad you’re explaining this
@Aleksandra-ew7wq2 жыл бұрын
Thank you Sean for this course, especially for sharing real life experiences and self doubts throughout your journey. You are such an inspiration! Love the teaching style and energy.😊
@seanallen2 жыл бұрын
Thanks Aleksandra! Glad you enjoyed the course 😀
@andresacm8453 Жыл бұрын
Thank you indeed for this course. I didn't know where to start to learn native ios development as a Flutter developer. You've saved my days and I believe I shall improve my skills in learning with your recommended resources and yours.
@seanallen Жыл бұрын
Hope you get a ton of value from the course!
@rahulop62012 жыл бұрын
biggest thanks to you sean.. lots of love from India . 🇮🇳
@seanallen2 жыл бұрын
You're welcome, Rahul. Hope you enjoy 😀
@danielrossy7453 Жыл бұрын
I've been working as a Frontend Developer for 7 years. Expanding my field, just finished this cours and jumping straigt to the SwiftUI course. I like what you do! Please keep it going with VisionOS course. I'm sure you'd be the first in the world!
@seanallen Жыл бұрын
Happy to hear you're enjoying the courses. I have plans for a visionOS course, but not till late 2024. I want to have experience with the device itself and spend time learning to properly build for it before creating a course.
@danielrossy7453 Жыл бұрын
@@seanallen That's smart indeed. Thank you for the reply and sharing.
@williamsquires30702 жыл бұрын
(@7:42:28 roughly) The ‘drag from the library’ trick no longer works in Xcode 14. You don’t get any lines, or indications that an HStack or VStack will be added, there’s just no feedback at all. 😩 Oops, just figured it out… I think. You have to click the little thing at the lower left that says, “selectable” when you hover over it. Mine was set to “live” instead. 😑
@MoeBiglow Жыл бұрын
Ok, Im back again, SEAN YOU ARE A GENIUS BRO!!!! Seriously, Im in a bootcamp now, and what you show is helping me tremendously when I do not understand in class. We covered segues today, (Colors app intro) and you explain it perfectly. You are extremely knowledgeable and I plan to finish all 10 hours to really find myself in this space. I wanted to leave this follow up comment, because this is truly the sauce. Also, the way you break things down bro is AMAZING. I would recommend you to anyone I know, complete 10/10. This is so good man, I can not stress that enough. Sincerely, thank you for this. You truly do not know how this is impacting me, and I found your page at the perfect timing. Thumbs up, Subscribed and smashing the Like button. Thank you, Thank you, Thank you SEAN!!!
@nickpavlov4012 Жыл бұрын
Hey Bro, what bootcamp you're using now? Is it online? Can you give the name of school, thank you!
@FrancesRobbins-f6f Жыл бұрын
Thank you for sharing this content at no charge.
@seanallen Жыл бұрын
Happy to help!
@dilmurodsoliyev190210 ай бұрын
Thank you so much! This is what i have been looking for.
@seanallen9 ай бұрын
Glad I could help!
@volodymyr94003 ай бұрын
thx Sean! your videos are perfect for initial Swift understanding
@seanallen3 ай бұрын
Happy to hear that!
@abdorizak2 жыл бұрын
This the best course for Beginners and Sean Allen is one of my best iOS instructors 😎
@seanallen2 жыл бұрын
Thanks for the kind words 😀
@abdorizak2 жыл бұрын
@@seanallen you deserve it✌️
@Albert_berne9 ай бұрын
I come from taking other courses on Swift before, but in this one I really feel like I understand all the topics, I am not a native speaker, so understanding English is very useful. thanks for all this
@seanallen8 ай бұрын
Happy to help :)
@paulallen40867 ай бұрын
I just signed up for Teachable and enrolled in the iOS Dev Launchpad-Updated for iOS 15 course. Thank you for your assistance on my Journey. 👍
@mrmillburnt8 ай бұрын
thank you so much allen. im learning more and more everyday.. your lessons are a gateway into computer science
@seanallen8 ай бұрын
Happy to hear that!
@chesterman18g2 жыл бұрын
Sean that's very nice of you that you shared this course for beginners for free! ok.. That's not nice, it's AMAZING :-) ! 🚀
@seanallen2 жыл бұрын
Hope everyone enjoys it!!!
@natafontoura12972 жыл бұрын
Thanks for this Sean, this course is amazing and will help many people like me that are just starting in iOS journey. The community is grateful!!
@seanallen2 жыл бұрын
My pleasure!
@MosabbirSadman2 жыл бұрын
Woh! Didn't see that coming... Absolute gift for beginners! Amazing contents as always 👏
@seanallen2 жыл бұрын
Enjoy 😀
@MosabbirSadman2 жыл бұрын
I sure did Sean! ❤️
@mattcunningham18522 жыл бұрын
This is art😲🤌🏻🤌🏻🤌🏻
@iiiii47902 жыл бұрын
Thank you for this video, Sean. I'm a little over an hour into this and am enjoying learning so far
@seanallen2 жыл бұрын
Happy to hear it! Thanks for the feedback :)
@chezchezchezchez Жыл бұрын
Did you ever finish?
@suabariposta6 ай бұрын
I am currently on the crossroad with my work career, became a mom, 30 y on my neck, feels like I have last chance to change something. Always have been 'computer girl' and now really regretting that I didn't make a decision to learn coding earlier. With your course I can feel determination again, huge thank you.
@seanallen6 ай бұрын
Happy I could help :). Best of luck in your journey.
@djladieslove1 Жыл бұрын
you're a good mentor, thanks for growing the network
2 жыл бұрын
An incredibly high-quality lecture. Thank you very much !
@seanallen2 жыл бұрын
Happy to hear you enjoyed it, Srecko 😀
@adamm31222 жыл бұрын
I’ve always appreciated you’re teaching style. The information is very easily understood which is the best I could ask for. 👏
@seanallen2 жыл бұрын
Glad you enjoyed it, Adam!
@jzaae Жыл бұрын
very close to javascript and amazing video my friend!!!!
@seanallen Жыл бұрын
Thanks. Glad you enjoyed it!
@DevlogBill Жыл бұрын
Excellent introduction Sean. You are a well-spoken and relatable individual. I am not learning iOS development but Android development. But maybe one day I will jump to iOS because I love mobile development and learning iOS development could be another path, only the future would tell, thank you.
@younesmdarhrialaoui643 Жыл бұрын
I'm 4 hours in and I'm loving it so far
@seanallen Жыл бұрын
Happy to hear it!
@catulopsae Жыл бұрын
I have been working as a programmer for 10+ years, last few years I have been working mostly as DB Analyst, now I want to learn how to build an App! This career is endless for learning something new. Thank you for this great video.
@seanallen Жыл бұрын
Glad you enjoyed it!
@aytengurbanova43682 жыл бұрын
Woww, I was struggling with Codecademy more than 3 months and now I'm here and so happy that I found this course. You are doing so great. Thanks a ton for your effort.
@seanallen2 жыл бұрын
Glad you like it, Ayten!
@issdsds1 Жыл бұрын
The course is very amazing, I have learned a lot from these videos and I wanna say thank you so much
@5richmedia52 жыл бұрын
Its great how you are so understandable, and you explain the subject very well.
@mrmillburnt8 ай бұрын
as i keep going I'm appreciating your style of coding more and more it is so simple. i notice you leave out unnecessary clutter when i compare the same exercises from other coders on youtube
@seanallen8 ай бұрын
I do my best to teach what is necessary to get an initial understanding of the concept without overwhelming someone just learning all this stuff. Glad you appreciate my teaching style!
@IamdeadokАй бұрын
03:34:54 day 1 😊 05:08:45 day 2 😅 06:08:22 day 3 😇
@fahdmohd32642 жыл бұрын
perfect timing, I am just about to learn iOS development.
@seanallen2 жыл бұрын
Hope you enjoy it!!
@madfut2250 Жыл бұрын
Bro i hope you see this i freaking love you, this information is too good to be free you’re gonna change my life almost done with the video ❤❤
@seanallen Жыл бұрын
I see it :). Happy to help! Best of luck on your iOS Dev journey!
@madfut2250 Жыл бұрын
@@seanallen ❤️❤️❤️
@hendrasetiawan72208 ай бұрын
appreciate man! thanks so much for this awesome educational videos. I am just new in Swift programming, now will stick to this videos on my new journey. am your new subscriber!
@seanallen8 ай бұрын
Welcome to the channel :)
@MobileDeveloper1965 Жыл бұрын
It seems that you are more serious in teaching than the 100 days of SwiftUI.
@Soosheon Жыл бұрын
Really hoping to kickstart an iOS dev career, and this is a very good start so far, thank you!
@jihedbouchnak Жыл бұрын
the best Tutorial ever your method are simple well explained great work
@seanallen Жыл бұрын
Thanks for the kid words. Glad you enjoyed it!
@mtutoriales Жыл бұрын
4:32:43 As per your explanation, delegates are pretty much the equivalent of useEffect in react. You wait for specific state to change, and when it does, you execute some code.
@fensizor2 жыл бұрын
Thanks a lot man, just in time when I decided to learn iOS development
@seanallen2 жыл бұрын
No problem. Hope you enjoy!
@saydulloismatov82922 жыл бұрын
awesome course. Thank you so much. And it would've been great if you enable subtitles.
@rodrigo-vl7bi Жыл бұрын
03:08:07 - What’s New in Xcode 13 (no visto) 03:34:54 - What is Auto Layout? (empezar)
@StephenKing-wb2ve5 ай бұрын
Thanks for sharing. I want to build an app for my business. Before hiring engineers, I really should learn myself. Your video looks pretty inclusive.
@seanallen5 ай бұрын
Hope you enjoy it. I designed it for absolute beginners.
@andresvidoza Жыл бұрын
Shout out to Sean! Will recommend this 1000%
@seanallen Жыл бұрын
I appreciate it, Andres 👍
@SutboxSutty Жыл бұрын
thanks for your introduction was reassuring here we go