Skip to content

Instantly share code, notes, and snippets.

@ahmetabdi
Created February 4, 2015 16:12
Show Gist options
  • Save ahmetabdi/ab6dc628f0d98cd303e4 to your computer and use it in GitHub Desktop.
Save ahmetabdi/ab6dc628f0d98cd303e4 to your computer and use it in GitHub Desktop.
class IndexController < UITableViewController
def init
super.tap do
self.tabBarItem = UITabBarItem.alloc.initWithTitle('Index', rmq.image.resource('home'), tag: 1)
self.title = 'Index'
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment