Search code examples
iosobjective-cuiactionsheet

How to create a flat UIActionSheet


Today's trend in apps includes flat designs, and now I am doing an app that follows with this trend. My problem now is how to create a UIAcionSheet that match with my App Screen's flat UI Design. In relation with this, I saw Instagram's action sheet and I found it interesting. I wish to have that design in my app. Anyone knows how to implement this in ios apps? I have provided a screen shot from instagram app.enter image description here


Solution

  • You can use RDActionSheet from git

    https://github.com/reddavis/RDActionSheet

    I hope it will help you..!!