Deprecated system_icon and icon for tabs and replaced with system_item and item.

This commit is contained in:
Jamon Holmgren
2014-06-21 22:21:50 -07:00
parent 2bd7b3d7b1
commit f2c5609009
8 changed files with 35 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
class TabScreen < PM::Screen
title "Tab"
tab_bar_item title: "Tab Item", icon: "list"
tab_bar_item title: "Tab Item", item: "list"
end