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

Sdílet
Vložit
  • čas přidán 7. 07. 2024
  • Check out YK Labs for tools on how to grow your business on social media: yklabs.io/?
    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

Komentáře • 72

  • @amirhesham9529
    @amirhesham9529 Před rokem +112

    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  Před rokem +53

      Ooooo I did not think of that! Damn Apple you win this one 😂

    • @golamrabby2508
      @golamrabby2508 Před rokem

    • @shoarectube
      @shoarectube Před 4 měsíci +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!

  • @Shaunmcdonogh-shaunsurfing
    @Shaunmcdonogh-shaunsurfing Před 5 měsíci +2

    As a full stack web dev, this was very helpful

  • @ben7226
    @ben7226 Před 11 měsíci +6

    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.

  • @sotasearcher
    @sotasearcher Před rokem +14

    3:51 it wasn't supposed to end this abruptly was it? did anyone else notice? lol

    • @a7mdm3tsim59
      @a7mdm3tsim59 Před 2 měsíci

      it's weird no is talking about it

  • @_el.guapo_
    @_el.guapo_ Před 9 měsíci +3

    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 Před měsícem +1

    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 Před rokem +6

    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.

  • @srinivasprayagsahu1375
    @srinivasprayagsahu1375 Před 5 měsíci +1

    Bro I did check your app as a iOS dev I should say there are lots of improvements that can be done.

  • @k23raj2
    @k23raj2 Před 9 měsíci +2

    iOS vs react Native for long term job ?

  • @PujitheGreatest
    @PujitheGreatest Před rokem

    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  Před rokem

      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.

  • @maciusessa
    @maciusessa Před rokem +1

    Nice video. I’m iOS developer and this was pretty neat video. Nice editing:)

    • @amrin1906
      @amrin1906 Před rokem +1

      Can you tell me the process?? Did you only learn swift??

  • @user-yd9xy3rb4x
    @user-yd9xy3rb4x Před rokem +1

    Leading and trailing are for languages that are read from right to left

    • @YourAverageTechBro
      @YourAverageTechBro  Před rokem +1

      that's what I learned from a previous comment - I guess Apple was right all along haha

  • @midnightappointment
    @midnightappointment Před 9 měsíci

    What backend did you use?

  • @cemstrike
    @cemstrike Před 7 měsíci

    Dude thats an awesome app I’ll get it

  • @JamesPhipps
    @JamesPhipps Před rokem +5

    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.

  • @rtorcato
    @rtorcato Před rokem +2

    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.

  • @DevlogBill
    @DevlogBill Před rokem +1

    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  Před rokem

      If you're learning completely from scratch I would just do Javascript frontend (React) and backend (Express)

    • @DevlogBill
      @DevlogBill Před rokem

      @@YourAverageTechBro thanks Average Tech I appreciate the advice.

  • @marwanbasem6129
    @marwanbasem6129 Před 10 měsíci

    what is the thing spinning behind him

  • @MobileDeveloper1965
    @MobileDeveloper1965 Před rokem

    Good app idea

  • @alexe4318
    @alexe4318 Před rokem

    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 Před 4 měsíci

      Any recommendations? Is it a good idea to just call the same http rest APIs from the ios app?

    • @bobderbraumeister6919
      @bobderbraumeister6919 Před 21 dnem

      The integrated URLSession is pretty decent and there is Alamofire. There is also a protobuf library. If you want to create the API you could use the Vapor framework.

  • @hazemayman2849
    @hazemayman2849 Před rokem +4

    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  Před rokem +4

      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 Před rokem +2

      i advise you to follow Swiftful Thinking on CZcams, he has very good playlists ordered by difficulty and he's an amazing teacher.

    • @hazemayman2849
      @hazemayman2849 Před rokem

      @@leithoune just checked him out the topics seem really good but the problem is that they are all using SwiftUI

    • @leithoune
      @leithoune Před rokem

      @@hazemayman2849 What are you looking for ?

    • @hazemayman2849
      @hazemayman2849 Před rokem

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

  • @fpst
    @fpst Před 9 měsíci

    You don't need approval from apple if you only increase the build number.

  • @ralphwrightengineer
    @ralphwrightengineer Před rokem +28

    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 Před rokem +3

      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 Před rokem

      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 Před rokem +2

      @@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 Před rokem

      @@zainahmed5320 Thank You

    • @goransaric9161
      @goransaric9161 Před rokem +4

      @@zainahmed5320Angela's courses are heavily outdated and I don't recommend them

  • @munnam8581
    @munnam8581 Před rokem

    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  Před rokem +2

      Tons of job opportunities with Swift! I wouldn't worry too much about that.

    • @natgenesis5038
      @natgenesis5038 Před rokem +1

      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 Před rokem

      @@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 Před 11 měsíci +1

      You won't get a job in mobile development if you have no work experience. Speaking from experience

  • @ShredzZ
    @ShredzZ Před rokem +1

    Hi, do you think iOS development is good career path if I want to be full time freelancer?

  • @AD-wg8ik
    @AD-wg8ik Před 9 měsíci

    What’s up with the ending

  • @david004alpha
    @david004alpha Před měsícem

    Should I learn web development before learning iOS development?

    • @YourAverageTechBro
      @YourAverageTechBro  Před měsícem +1

      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

  • @sifatulislam7357
    @sifatulislam7357 Před rokem +2

    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 Před rokem

      Try Vapor . Its in Swift on backend

  • @SHOLINGER
    @SHOLINGER Před 2 měsíci

    and you are god damn true !!

  • @gryffindor6409
    @gryffindor6409 Před rokem

    is mac air 256gb enough for ios dev?

  • @user-si4bh4dl4r
    @user-si4bh4dl4r Před 4 měsíci

    cool video)

  • @user-yd9xy3rb4x
    @user-yd9xy3rb4x Před rokem

    2:00 haha a few seconds

  • @WeenBoy
    @WeenBoy Před rokem

    Interesting 😌

  • @karlostj4683
    @karlostj4683 Před 9 měsíci

    "...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 Před 11 měsíci

    ANYONE WANT TO SELL IOS APPS
    BUDGET $600 PER APP

  • @cemstrike
    @cemstrike Před 7 měsíci

    Asian CZcams teachers>