Big day for me today.
I just released my first public iOS framework !
Called UIDrawer.
It's custom UIPresentationController that display modals like a bottom drawer, a component you may have seen in several system iOS apps (like maps) and on multiple Android apps.
For a recent project, I needed this component. It wasn't the first time I encountered that kind of product request and I decided to make a distributed framework out of it.
I am very proud of it. I feel like there is a gap between writing your lines of code for projects and exposing publicly those lines, as a framework anyone could use.
What about you?
When did your write your first Open Source framework ?
Top comments (1)
This is awesome! I’ve implemented solutions such as this in apps of mine, and I’m glad to see that you’ve created a framework for it.
I’ve been looking into open source projects to contribute to that fit my skill set (Swift/iOS), and this looks like a perfect opportunity.
Keep up the good work!