danielsaidi / Sheeeeeeeeet

Sheeeeeeeeet is a Swift library for creating menus, custom action sheets, context menus etc.
MIT License
1.74k stars 111 forks source link

Confusing code #59

Closed gerchicov-bp closed 5 years ago

gerchicov-bp commented 5 years ago

https://github.com/danielsaidi/Sheeeeeeeeet/blob/dc5637336911e95666ea0d8d30d645f161fda0df/SheeeeeeeeetExample/ViewController/ViewController%2BAlerts.swift

Your project usesUIAlertController but your action sheet is not based on this control. You should mention in readme why you did that or remove that code if it is extra

danielsaidi commented 5 years ago

Nice catch! 👍

I have added short documentations to every code file in the example app.