How to build your own PresenterShape using UIPresenter 💻
To create our own PresenterShape, let's start with a simple example, where we make our Presenter the same size as our LifecyclerOwner's (Activity or Fragment) decorView. We'll call it DecorViewShape :
/**
* This [PresenterShape] has the shape of a s...
germainkevin.hashnode.dev1 min read