2012年9月20日木曜日

RubyMotion タブバー

( ̄(エ) ̄)彡☆

RubyMotionでタブバーを実装してみる

RubyMotion Tutorialはコチラ→RubyMotion Tutorial

app/app_delegate.rb
controller.tabBarItem = 
 UITabBarItem.alloc.initWithTabBarSystemItem(UITabBarSystemItemFavorites, tag: 1)

カスタムアイコンを使ってみる

app/app_delegate.rb
controller.tabBarItem = 
 UITabBarItem.alloc.initWithTitle('HOME', image:UIImage.imageNamed('home.png'), tag: 1)

connpass用のアプリを作ってるので完成したらGitHubでも公開するよーヘ(^o^)ノ

0 件のコメント:

コメントを投稿