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 🙂
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 :)
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?
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 🙂
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 :)
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?
Great video!!
Thank you Sebastian! So was yours about the same subject :)