Skip to content

Instantly share code, notes, and snippets.

@TNuzzi
Created November 26, 2013 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save TNuzzi/7664254 to your computer and use it in GitHub Desktop.
Save TNuzzi/7664254 to your computer and use it in GitHub Desktop.
Appcelerator Nav bar iOS coloring
".test":{
autoAdjustScrollViewInsets: true,
color: "FFF",
backgroundColor: "fff",
barColor: "#99c60000", // this
extendEdges: [
Ti.UI.EXTEND_EDGE_TOP
],
height: Ti.UI.FILL,
includeOpaqueBars: false,
navTintColor: "fff",
statusBarStyle: Ti.UI.iPhone.StatusBar.LIGHT_CONTENT,
width: Ti.UI.FILL
}
".test1":{
color: "#FFF",
barColor: "red",
backgroundColor: "white",
navTintColor: "white",
extendEdges:[Ti.UI.EXTEND_EDGE_TOP],
autoAdjustScrollViewInsets: true,
}
".fb-bar-color":{
barColor: '415f9b',
autoAdjustScrollViewInsets: true,
color: "FFF",
backgroundColor: "d3d6db",
// barColor: "#99c60000", // this
extendEdges: [
Ti.UI.EXTEND_EDGE_TOP
],
height: Ti.UI.FILL,
includeOpaqueBars: false,
navTintColor: "fff",
statusBarStyle: Ti.UI.iPhone.StatusBar.LIGHT_CONTENT,
width: Ti.UI.FILL
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment