Rightpoint / RaisinToast

A UIWindow subclass used to message information to the users of your app.
MIT License
83 stars 14 forks source link

Enable adding already instantiated view controller #16

Closed rztakashi closed 9 years ago

rztakashi commented 9 years ago

*I like to expand capability of Raisin Toast by letting already instantiated view controller from the caller. That way, instead of the view controller using default initializer, it can be configured to the will of the caller.