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
I think it'd be better to use composition over inheritance for obvious reasons. In my case, working with a big project, it's hard to change your view controllers to inherit from a new type.
Since the code is abstracted in a nice way, it should be easily doable by moving all the logic to some type of manager. In fact, I've been playing with the code and I have it (mostly) working... I just ran into a couple of what seem small bugs.
I can open a PR once I clean up the code a bit, but wanted to get your take @MarioIannotta to see what you thought about this possible refactor.
The text was updated successfully, but these errors were encountered:
I think it'd be better to use composition over inheritance for obvious reasons. In my case, working with a big project, it's hard to change your view controllers to inherit from a new type.
Since the code is abstracted in a nice way, it should be easily doable by moving all the logic to some type of manager. In fact, I've been playing with the code and I have it (mostly) working... I just ran into a couple of what seem small bugs.
I can open a PR once I clean up the code a bit, but wanted to get your take @MarioIannotta to see what you thought about this possible refactor.
The text was updated successfully, but these errors were encountered: