• @[email protected]
    link
    fedilink
    95 months ago

    Sign up for a dev account and check out some of apple’s free resources while you wait, then do whatever the actually smart people on here tell you to do.

    • Drunemeton
      link
      English
      35 months ago

      Turns out, you’re one of those people…

    • Drunemeton
      link
      English
      25 months ago

      Turns out, you’re one of those people…

  • @rouxdoo
    link
    45 months ago

    Download Xcode and build a couple of small projects to get your feet wet. It is a really intuitive environment to code in. You don’t need to pay anything to learn.

  • @[email protected]
    link
    fedilink
    25 months ago

    Recently for a project of mine between me and a couple of friends, we needed to make an iOS app having never made one before. Our solution since we didn’t have reliable access to Xcode, which you need to be able to get it onto an iPhone, was to just make an Android application in Flutter. Since it’s cross-platform we used the Android simulator to test things, and then compiled it for iOS after the fact.

    All this to say you could honestly start there with flutter and not bother too much with native swift if you dont own a Mac or Macbook. If you DO own a Mac, I’d simply start with reading the swift documentation ;)

  • JackGreenEarth
    link
    fedilink
    English
    25 months ago

    Why are you trying to code for iOS? Of the mobile platforms, Android is more open and your apps can do more.

    • @cheese_greaterOP
      link
      15 months ago

      Thing is, I want to be able to make an app that I would want personally for my own use, and then it other people would want it also, well, that’d be cool too (but gravy)

  • @EatYouWell
    link
    15 months ago

    No one can answer that but you.

    Everyone learns things differently, so you might be fine with reading the manual, but someone else might need a classroom setting, guided training, etc.

  • DreamButt
    link
    English
    15 months ago

    Depends on how you learn. If you are asking this tho, that kinda implies you don’t know where to start. So grab a book and do some exercises. It might inspire you to make something real

  • Praise Idleness
    link
    fedilink
    English
    -25 months ago

    Anytime anyone asks something like this, I only have one thing to say: Just do it.