Sha256: 79dab6443dabf3388f798b5622f0f54a68963ab0d5f34734495cc74e1a60056b

Contents?: true

Size: 203 Bytes

Versions: 1

Compression:

Stored size: 203 Bytes

Contents

module ProMotion
  class Screen
    def open_with_nav_bar
      # Create UINavigationController, insert view
    end

    def open
      # Push view onto existing UINavigationController
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ProMotion-0.0.2 lib/ProMotion/Screen.rb