Skip to content

Instantly share code, notes, and snippets.

@stefanvermaas
Created November 28, 2013 09:49
Show Gist options
  • Save stefanvermaas/7689545 to your computer and use it in GitHub Desktop.
Save stefanvermaas/7689545 to your computer and use it in GitHub Desktop.
Ruby Motion compiler error.
Teacup::Appearance.new do
style UINavigationBar,
barTintColor: '#ffffff'.uicolor,
tintColor: '#ffffff'.uicolor,
titleTextAttributes: {
UITextAttributeTextColor => '#ffffff'.uicolor
}
end
Teacup::Appearance.new do
style UINavigationBar,
barTintColor: '#ffffff'.uicolor,
tintColor: '#ffffff'.uicolor,
titleTextAttributes: {
UITextAttributeTextColor: '#ffffff'.uicolor
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment