文件名称:ib:用于rubymotion的IB插座
文件大小:45KB
文件格式:ZIP
更新时间:2024-03-11 15:11:20
Ruby
IB RubyMotion Interface Builder支持(是,带插座) 安装 将此行添加到您的应用程序的Gemfile中: gem 'ib' 然后执行: $ bundle 或自己安装为: $ gem install ib 在您的Rake文件中: $: . unshift ( "/Library/RubyMotion/lib" ) require 'motion/project' # if you use bundler require 'bundler' Bundler . require # if you are not using bundler require 'rubygems' require 'ib' Motion :: Project :: App . setup do | app | # ... end 定制IB::Project 如果要定制创建i
【文件预览】:
ib-master
----.gitignore(196B)
----README.md(8KB)
----bin()
--------ib(2KB)
----Gemfile(102B)
----Guardfile(230B)
----ib.gemspec(1KB)
----LICENSE(1KB)
----.rspec(26B)
----Gemfile.lock(2KB)
----template()
--------controller_spec.erb(162B)
--------controller.erb(562B)
--------controller_helper.erb(43B)
----spec()
--------fixtures()
--------lib()
--------spec_helper.rb(999B)
----.travis.yml(166B)
----samples()
--------ibdesignable()
--------ibsample()
--------osxsample()
----lib()
--------ib()
--------ib.rb(346B)
----Rakefile(709B)