Sha256: 206dbe206ff62ba540f05b821c3f358ab10e42a0b6974fba433802f7d03cff4b
Contents?: true
Size: 1.27 KB
Versions: 4
Compression:
Stored size: 1.27 KB
Contents
// // NativeBar.h // rhorunner // // Created by lars on 8/21/09. // Copyright 2009 Home. All rights reserved. // #import <Foundation/Foundation.h> #import <UIKit/UIKit.h> #define TOOLBAR_TYPE 0 #define TABBAR_TYPE 1 #define NOBAR_TYPE 2 #define VTABBAR_TYPE 3 #define NATIVE_BAR_PROPERTIES @"properties" #define NATIVE_BAR_ITEMS @"items" #define NATIVE_BAR_BACKGOUND_COLOR @"bkg_color" #define NATIVE_BAR_ITEM_LABEL @"label" #define NATIVE_BAR_ITEM_ACTION @"action" #define NATIVE_BAR_ITEM_ICON @"icon" #define NATIVE_BAR_ITEM_RELOAD @"reload" #define NATIVE_BAR_ITEM_COLORED_ICON @"colored_icon" #define NATIVE_BAR_ITEM_SELECTED_COLOR @"selected_color" #define NATIVE_BAR_ITEM_DISABLED @"disabled" #define NATIVE_BAR_ITEM_WEB_BACKGROUND_COLOR @"web_bkg_color" /* struture of data with Toolbar/TabBar description NSDictioanry "properties" - NSDictionary "bkg_color" - NSString "items" - NSArray NSDictionary "label" - NSString "action" - NSString "icon" - NSString "reload" - NSString "colored_icon" - NSString "selected_color" - NSString "disabled" - NSString "bkg_color" - NSString */
Version data entries
4 entries across 4 versions & 1 rubygems