bureau:在 RubyMotion 中创建动画侧边菜单的简单方法

时间:2024-07-27 20:02:23
【文件属性】:

文件名称:bureau:在 RubyMotion 中创建动画侧边菜单的简单方法

文件大小:30KB

文件格式:ZIP

更新时间:2024-07-27 20:02:23

Ruby

局 自定义动画侧菜单控制器。 ###安装 gem 'bureau' , '>=0.1.9' , git : 'git://github.com/pachun/bureau.git' ###用法 构造函数采用一个需要 :structure 键的散列: brueau = Bureau :: Bureau . new ( structure : [ ] ) :structure 键的值必须正确格式化,否则会引发错误。 ###结构 简单地说,它是一个散列数组,每个散列代表侧边菜单中的一个部分。 因此,以下内容对于创建仅包含节标题的表是有效的: structure = [ { title : "Section 1" } , { title : "Section 2" } , { title : "Section 3" } , ] Bureau :: Bureau . n


【文件预览】:
bureau-master
----.gitignore(169B)
----app()
--------app_delegate.rb(980B)
--------bureau()
----resources()
--------martini@2x.png(2KB)
--------martini.png(1KB)
--------Default-568h@2x.png(2KB)
----LICENSE(1KB)
----bureau.gemspec(424B)
----spec()
--------bureau_class.rb(400B)
--------bureau_instantiation.rb(5KB)
--------bureau_subclasses.rb(986B)
--------bureau_menu_initialization.rb(2KB)
--------bureau_drawer_management.rb(2KB)
--------bureau_menu_population.rb(4KB)
--------bureau_structure_validator.rb(3KB)
--------open_bureau.rb(3KB)
----README.md(5KB)
----bureau-0.1.9.gem(4KB)
----lib()
--------bureau.rb(716B)
--------bureau()
----Gemfile(72B)
----Rakefile(788B)
----Gemfile.lock(102B)

网友评论