You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The view doesn't change its state at all when calling startLoading or any other method. Why could that be? I'm new to Swift/iOS development and might not be aware of something. It's just I'm used to create reusable abstract classes to make the code more DRY in other languages, would be a shame if I had to write same boilerplate code in all my controllers where I need LCE (Loading-Content-Error) states.
The text was updated successfully, but these errors were encountered:
If we make the following changes to the TableViewController from examples:
The view doesn't change its state at all when calling
startLoading
or any other method. Why could that be? I'm new to Swift/iOS development and might not be aware of something. It's just I'm used to create reusable abstract classes to make the code more DRY in other languages, would be a shame if I had to write same boilerplate code in all my controllers where I need LCE (Loading-Content-Error) states.The text was updated successfully, but these errors were encountered: