TabBars now in LG for iPhone

A requested feature has been added... TabBars! The menu at the bottom of the iPhone screen can now be dynamically added in the Settings.plist. No programming needed. You just specify the title, icon, and the javascript callback, save and you are done. The tabs will appear over your webapp. If you do not want any tabs, just clear the tab options. The update is up on SVN. Icons can be used in two ways, custom and system.
  1. Custom - Create a PNG image with the dimensions, 30x30. Save into the Resources folder and be sure the files are added to the Project. Add the filename to the Icon setting in the Settings.plist file under Tabs. Add a title to be displayed under the icon and a javascript function to call when the button is clicked. Save and compile.
  2. System - If using a system icon, you will not be able to specify a custom title. You can use any of the following keywords to add the associated icon.
    • bookmarks
    • contacts
    • downloads
    • favorites
    • featured
    • history
    • more
    • mostRecent
    • mostViewed
    • search
    • topRated
    • recents

3 comments:

bender-rulez said...

Looks like toolbar NOT tabbar!
Tabbar would be nice!

bender-rulez said...

Sorry, my mistake! it is tabbar! thanks a lot!

José Carlos said...

Everytime I try to run the app in the Simulator I get this error:


Dyld Error Message:
Library not loaded: /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
Referenced from: /Users/jota/Library/Application Support/iPhone Simulator/User/Applications/F529A561-3B8A-42ED-A69B-EEA770FA6BB9/LiquidGear.app/LiquidGear
Reason: image not found


Any ideas why and how to correct it?

Post a Comment