iOS Dev Vs. Web Dev - My Thoughts After Building My First iOS App

  Рет қаралды 64,503

Your Average Tech Bro

Your Average Tech Bro

Күн бұрын

Check out the Content Marketing Blueprint to learn how to market your SaaS product on social media: thecontentmarketingblueprint....
Download the 3 Minute Journal: apps.apple.com/us/app/3-minut...
Get access to high quality coding projects that actually impress recruiters: www.sweprojects.com/
Check out all the gear that I use! kit.co/dohyunkim/desk-essentials
Follow me on TikTok: @youravergetechbro
0:00 - 0:11 : Intro
0:11 - 0:53 : App Explanation
0:53 - 1:20 : Swift Is Very Apple-esque
1:20 - 1:45 : Thoughts On XCode as an IDE
1:45 - 2:46 : Styling on iOS
2:46 - 3:53 : Most Annoying Part of iOS Development

Пікірлер: 71
@amirhesham9529
@amirhesham9529 Жыл бұрын
Using leading and trailing is actually more convenient in terms of localization. if your app supports both LTR and RTL, you will appreciate that, for example, leading means LEFT in English or RIGHT for Arabic for example while trailing means RIGHT in English or LEFT in Arabic
@YourAverageTechBro
@YourAverageTechBro Жыл бұрын
Ooooo I did not think of that! Damn Apple you win this one 😂
@golamrabby2508
@golamrabby2508 11 ай бұрын
@shoarectube
@shoarectube 3 ай бұрын
Just paused the video to comment the same thing. I recently watched a video about using arabic on an iOS device and how the entire UI changes, from icons’ position in the menus, to the entire screen being mirrored - i.e. your app positions will be flipped on screen. My like goes to you!
@sotasearcher
@sotasearcher 11 ай бұрын
3:51 it wasn't supposed to end this abruptly was it? did anyone else notice? lol
@a7mdm3tsim59
@a7mdm3tsim59 Ай бұрын
it's weird no is talking about it
@ben7226
@ben7226 10 ай бұрын
Can you please talk more about extracting functionalities and putting them into an external server? Amazing video by the way, I totally agree especially since i have a React Native background.
@Shaunmcdonogh-shaunsurfing
@Shaunmcdonogh-shaunsurfing 4 ай бұрын
As a full stack web dev, this was very helpful
@_el.guapo_
@_el.guapo_ 8 ай бұрын
So, if understand correctly, you want to keep the actual iOS app super basic and you're doing most of the processing on Cloud functions ? So it's like you created your library online and using it locally. But the problem is: what if you need Apple SDK ? Let's say to interact with a Watch? I would be overwhelmed with creating an hybrid monster but it's still doable I guess.
@mohammadnej7029
@mohammadnej7029 25 күн бұрын
Trailing and Leading in swiftUI doesn’t means left and right, it means where the language text direction begins from, and where it ends. On a Left to Right language trailing = right and leading=left but on a Right to left language like Persian it’s the opossite. This small change can solve so many UI placement issues when switching to a RTL language. You might think that CSS also has a direction attribute but as a Persian user I have seen so many websites, WP plugins break just for this simple reason😢
@DevlogBill
@DevlogBill Жыл бұрын
I am still learning about web development, ten months in and I am using React for creating projects I even tried React Native. I am having a lot of fun creating websites or creating toy projects like calculators or even creating pictures using in HTML svg. Creating applications despite the fact they are simple because I am fairly new with software development, I am amazed by what you can create with JavaScript. Getting to the point, there was a point where I thought I was on the wrong path with web development. But when I tried iOS development, I was disappointed. The UIKIT is nothing like CSS, it lacks versatility. My experience with UIKT was disappointing. I tried creating I guess widgets and it felt so generic in comparison to CSS flexbox or grid. Or even simple styling of colors and hover states. Maybe it is just me? Maybe I should have given it more of a try? But I feel you can do so much more with JavaScript and CSS that iOS pales in comparison. Who knows? Maybe I will try it again in the near future and feel differently? This is only my personal experience, I am not an expert just a newbies experience, thank you Average Tech Bro for the video.
@PujitheGreatest
@PujitheGreatest Жыл бұрын
Thanks for this! I just uploaded my first app and that review process was just like you said. What video program did you use to make the text pop up as you talk? I thought it was cool. Also when you said that you made a app just a container with firebase, did you use the WKWebview? I thought apple didn’t allow webview apps?
@YourAverageTechBro
@YourAverageTechBro Жыл бұрын
I used Descript - here's an affiliate link to it: www.descript.com/?lmref=Oajkuw Nope, I just used firebase for the backend. No webview was used.
@srinivasprayagsahu1375
@srinivasprayagsahu1375 4 ай бұрын
Bro I did check your app as a iOS dev I should say there are lots of improvements that can be done.
@user-yd9xy3rb4x
@user-yd9xy3rb4x Жыл бұрын
Leading and trailing are for languages that are read from right to left
@YourAverageTechBro
@YourAverageTechBro Жыл бұрын
that's what I learned from a previous comment - I guess Apple was right all along haha
@k23raj2
@k23raj2 9 ай бұрын
iOS vs react Native for long term job ?
@rtorcato
@rtorcato Жыл бұрын
no hot reloading? Are you not using Swift previews with the canvas? Also the leading and trailing is smarter than CSS, because it's meant to work for languages that don't read from left to right.
@maciusessa
@maciusessa Жыл бұрын
Nice video. I’m iOS developer and this was pretty neat video. Nice editing:)
@amrin1906
@amrin1906 11 ай бұрын
Can you tell me the process?? Did you only learn swift??
@midnightappointment
@midnightappointment 9 ай бұрын
What backend did you use?
@alexe4318
@alexe4318 Жыл бұрын
Is Xcode mostly front end interactions and interfaces? If you have a backend and database for your Web application but want to create an IOS app using the same database, would you use an API or how would you go about setting up a backend and database for IOS?
@creed404yt9
@creed404yt9 3 ай бұрын
Any recommendations? Is it a good idea to just call the same http rest APIs from the ios app?
@DevlogBill
@DevlogBill Жыл бұрын
Average Tech Bro, for full stack would you recommend JavaScript and PHP for corporate jobs? Or is it smarter to focus on JavaScript and Java? Or would you recommend a third option? Thanks.
@YourAverageTechBro
@YourAverageTechBro Жыл бұрын
If you're learning completely from scratch I would just do Javascript frontend (React) and backend (Express)
@DevlogBill
@DevlogBill Жыл бұрын
@@YourAverageTechBro thanks Average Tech I appreciate the advice.
@cemstrike
@cemstrike 7 ай бұрын
Dude thats an awesome app I’ll get it
@hazemayman2849
@hazemayman2849 Жыл бұрын
I tried many courses but just can't seem to wrap my head around ios development (i have a cs degree and have studied much more complex topics). Any suggestions for learning resources to get on track in a short time?
@YourAverageTechBro
@YourAverageTechBro Жыл бұрын
I actually think Apple’s code tutorial is really good. You build an app called “scrumdinger” and you learn a lot. That’s what I used!
@leithoune
@leithoune Жыл бұрын
i advise you to follow Swiftful Thinking on KZfaq, he has very good playlists ordered by difficulty and he's an amazing teacher.
@hazemayman2849
@hazemayman2849 Жыл бұрын
@@leithoune just checked him out the topics seem really good but the problem is that they are all using SwiftUI
@leithoune
@leithoune Жыл бұрын
@@hazemayman2849 What are you looking for ?
@hazemayman2849
@hazemayman2849 Жыл бұрын
@@leithoune including uikit might be nice since most companies still use it. I've found a good introductory course on Sean Allen's channel that seems to be doing the job will up till now
@MobileDeveloper1965
@MobileDeveloper1965 Жыл бұрын
Good app idea
@JamesPhipps
@JamesPhipps Жыл бұрын
Leading and trailing are the correct typographic terms. Don’t blame Apple for allowing you to develop front facing UI this long without knowing them.
@YourAverageTechBro
@YourAverageTechBro Жыл бұрын
My ignorance is to blame for this one - sorry about that 🙂
@YourAverageTechBro
@YourAverageTechBro Жыл бұрын
Definitely realize now that leading and trailing are better!
@marwanbasem6129
@marwanbasem6129 9 ай бұрын
what is the thing spinning behind him
@ShredzZ
@ShredzZ Жыл бұрын
Hi, do you think iOS development is good career path if I want to be full time freelancer?
@YourAverageTechBro
@YourAverageTechBro Жыл бұрын
Most definitely
@munnam8581
@munnam8581 Жыл бұрын
I've always hated CSS. Now I'm building an app using React Native. I wish to learn and develop native apps using swift. I'm not sure about the job prospect though.
@YourAverageTechBro
@YourAverageTechBro Жыл бұрын
Tons of job opportunities with Swift! I wouldn't worry too much about that.
@natgenesis5038
@natgenesis5038 Жыл бұрын
As an iOS Dev it depends where you live and otherwise swift is very demanding even tho u don't have great skills .
@mistymu8154
@mistymu8154 Жыл бұрын
@@natgenesis5038 Agreed. iOS development tends to be focused more around tech centres like San Francisco, NYC, London etc. There are quite a few remote roles out there though, although probably not recommended to start that way as a junior developer.
@TheseEyesSeeDarknessClearly7
@TheseEyesSeeDarknessClearly7 10 ай бұрын
You won't get a job in mobile development if you have no work experience. Speaking from experience
@david004alpha
@david004alpha 13 күн бұрын
Should I learn web development before learning iOS development?
@YourAverageTechBro
@YourAverageTechBro 12 күн бұрын
imo yes. I'd learn react for web development and then you can also build mobile apps with react native and then later on if you want to you can learn to build apps with Swift/Kotlin
@fpst
@fpst 8 ай бұрын
You don't need approval from apple if you only increase the build number.
@sifatulislam7357
@sifatulislam7357 Жыл бұрын
I start my career as a iOS developer. But I don't have much knowledge on backend developing, cloud, aws. I want to switch my career to Backend Development from iOS development. Will it be a good decision.
@chovuse
@chovuse Жыл бұрын
Try Vapor . Its in Swift on backend
@gryffindor6409
@gryffindor6409 Жыл бұрын
is mac air 256gb enough for ios dev?
@Darkvibez875
@Darkvibez875 11 ай бұрын
Are u selling ios apps ??
@SHOLINGER
@SHOLINGER Ай бұрын
and you are god damn true !!
@AD-wg8ik
@AD-wg8ik 8 ай бұрын
What’s up with the ending
@user-si4bh4dl4r
@user-si4bh4dl4r 4 ай бұрын
cool video)
@ralphwrightengineer
@ralphwrightengineer Жыл бұрын
I'm a full stack web developer with close to 5 years exp. I'm diving into iOS now and agree with everything you said in this video. I'm using codecademy to learn it.
@rifatahmed4898
@rifatahmed4898 Жыл бұрын
I didn’t know about anything programming. I want to start with ios developement, How i will start my journey? Which online courses you suggest?
@ChrisLaupama
@ChrisLaupama Жыл бұрын
I’m curious, I’m a web dev here looking at learning iOS dev through Codecademy too. What was their career path for iOS dev like?
@zainahmed5320
@zainahmed5320 Жыл бұрын
@@rifatahmed4898 Angela Yu's course on Udemy is the best. It gave me enough skills to polish further which helped me get a job.
@rifatahmed4898
@rifatahmed4898 Жыл бұрын
@@zainahmed5320 Thank You
@goransaric9161
@goransaric9161 11 ай бұрын
@@zainahmed5320Angela's courses are heavily outdated and I don't recommend them
@user-yd9xy3rb4x
@user-yd9xy3rb4x Жыл бұрын
2:00 haha a few seconds
@WeenBoy
@WeenBoy Жыл бұрын
Interesting 😌
@YourAverageTechBro
@YourAverageTechBro Жыл бұрын
Glad you found it interesting 🙂
@karlostj4683
@karlostj4683 8 ай бұрын
"...whenever you make any changes and you want to deploy them, you don't have to get permission from anybody to do so." Unless your website violates the hosting provider's ideological fantasies. In which case you just get canceled.
@Darkvibez875
@Darkvibez875 11 ай бұрын
ANYONE WANT TO SELL IOS APPS BUDGET $600 PER APP
@cemstrike
@cemstrike 7 ай бұрын
Asian KZfaq teachers>
Swift 5.9 Released | Prime Reacts
14:36
ThePrimeTime
Рет қаралды 62 М.
How Much I Earned as an Indie iOS Developer in a Year
8:01
Aivars Meijers
Рет қаралды 26 М.
小女孩把路人当成离世的妈妈,太感人了.#short #angel #clown
00:53
Would you like a delicious big mooncake? #shorts#Mooncake #China #Chinesefood
00:30
Which one is the best? #katebrush #shorts
00:12
Kate Brush
Рет қаралды 20 МЛН
Python vs Swift | Chris Lattner and Lex Fridman
11:16
Lex Clips
Рет қаралды 148 М.
How to Make an App - Lesson 1 (2024 / SwiftUI)
27:21
CodeWithChris
Рет қаралды 373 М.
Why I don't Develop Android Apps and Web
29:58
Aivars Meijers
Рет қаралды 12 М.
I Built 9 SaaS Apps Over 3 Years - Here's What I Learned From Each One
20:26
Your Average Tech Bro
Рет қаралды 10 М.
Why I *highly dislike* iOS Development
10:38
mayuko
Рет қаралды 342 М.
6 Ways to Master iOS Development
7:33
Sean Allen
Рет қаралды 24 М.
STOP Learning These Programming Languages (for Beginners)
5:25
Andy Sterkowitz
Рет қаралды 647 М.
Web vs Mobile Development | Which Should You Learn?
8:38
Tiff In Tech
Рет қаралды 61 М.
小女孩把路人当成离世的妈妈,太感人了.#short #angel #clown
00:53