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

Black Screen #26

Closed exocode closed 10 years ago

exocode commented 10 years ago

Hi there,

I have a very basic setup:

class AppDelegate < PM::Delegate

  status_bar true, animation: :none

  def on_load(app, options)
    open_slide_menu NavigationScreen, left: NavigationScreen
    #open_tab_bar HomeScreen.new(nav_bar: true), LocationsScreen, HelpdeskScreen
  end
end

Infos about setup:

Podfile.lock

PODS:
  - JMImageCache (0.4.0)
  - PKRevealController (2.0.6)
  - SVProgressHUD (1.0)

DEPENDENCIES:
  - JMImageCache
  - PKRevealController
  - SVProgressHUD

SPEC CHECKSUMS:
  JMImageCache: 4d764ca5819ce5b0b3bb1efb85c29977768c54bd
  PKRevealController: 883287432cecf4cda037184eb822548b9713f8c2
  SVProgressHUD: 5e10939a296debf5fe5a5895eda9539b8b2114f1

COCOAPODS: 0.32.1

Any suggestions, please?

I've read that you are possibly migrate to another revealer. Are there news on that?

many thanks

macfanatic commented 10 years ago

The thread over in issue #21 lists out a few possible stopgap solutions for now. I have not spent any time switching this gem to rely on another underlying cocoa pod that is better maintained.

exocode commented 10 years ago

hm. ok. sadly, thanks for your reply. I keep it open