CarPlay for Parking Apps - Paul Peelen - Cocoaheads April 2022

Поделиться
HTML-код
  • Опубликовано: 25 дек 2024

Комментарии • 5

  • @somerandomvideos645
    @somerandomvideos645 22 дня назад +2

    somewhere at 20 or 25 min this man must've realized how bad this code already looks like, how hard it was to read, and how it grew in height and width
    however, this doesn't cancel he shared his knowledge and experience with us, for free, so great thank you, Paul 🙂

    • @PaulPeelen
      @PaulPeelen 19 дней назад +1

      That realization happened when building the app for the client... there issn't really a way to subclass since CarPlay does a distinct check for class names, if you use a template which you want to subclass it will crash the app. Doing CarPlay unfortunately can end up with long files of code which are truly horrible to read.. some optimisation can be done with extensions, but readability issn't great. So to add those requirements on top of my already-badly-written code and you'll feel sorry for the poor guy or girl that had to take it over when I left ;)
      Thanks though :)

  • @charita.r
    @charita.r 18 дней назад

    I was just looking for something similar. Wanted to understand how we can make API calls and manage the UI until the data is available. My CarPlay code is actually messier. Got an idea on how it can be managed better. Thanks a lot!!!
    Just a query, in a tabbed application, can we have separate class files and pass the interfaceController?

  • @sebastianbolling4466
    @sebastianbolling4466 2 года назад +1

    Great video!!

    • @PaulPeelen
      @PaulPeelen 2 года назад

      Thank you Sebastian! So was yours about the same subject :)