Rightpoint / RaisinToast

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

1.0.0 Release #1

Closed adamhrz closed 9 years ago

adamhrz commented 9 years ago

@jvisenti Ready for review.

jvisenti commented 9 years ago

@adamhrz Just two things really: 1) There's the question of whether to have the example project use pods or not. My vote is for no, so that someone can just download the zip and run it instead of doing pod install. If it does use pods though, we could add the example project .xcworkspace and pods to .gitignore so that they're not checked in. As it is now, they are checked in.

2) Just tried to run the demo project and tapping on the table view rows does nothing. Did something change that would break the demo?