infinitered / ProMotion-menu

RubyMotion gem allowing you to easily setup a facebook or Path style hidden slide menu easily with the ProMotion gem.
74 stars 29 forks source link

Delegate #20

Closed ahmetabdi closed 10 years ago

ahmetabdi commented 10 years ago

Shouldn't this

class AppDelegate < ProMotion::AppDelegateParent

be

class AppDelegate < PM::Delegate

inside the README...

It was renamed 9months ago https://github.com/clearsightstudio/ProMotion/issues/45

ProMotion (1.1.2) bubble-wrap (1.4.0) motion-cocoapods (1.4.0)

If you run it through the old way you get Terminating app due to uncaught exception 'NameError', reason: 'uninitialized constant ProMotion::AppDelegateParent (NameError)

jamonholmgren commented 10 years ago

:+1:

macfanatic commented 10 years ago

Thanks @ahmetabdi!