mkko / DrawerView

A drop-in view, to be used as a drawer anywhere in your app
MIT License
374 stars 57 forks source link

Update delegate callbacks #70

Closed mkko closed 3 months ago

mkko commented 3 months ago

Note: To properly align with native UI components, such as UIScrollView, this change is just the opposite; delegate events are called also on programmatic changes. Thus, reverting this MR.