Skip to content

Instantly share code, notes, and snippets.

@frekw
Created June 29, 2010 13:37
Show Gist options
  • Save frekw/457228 to your computer and use it in GitHub Desktop.
Save frekw/457228 to your computer and use it in GitHub Desktop.
searchView: SC.TextFieldView.design({
layout: { centerX: 470, width: 205, height: 22, top: 40 },
hint: "Search",
leftAccessoryView: SC.ImageView.design({
layout: { left: 5, top: 3, width: 15, height: 15 },
//canLoadInBackground: YES,
valueIsUrl: YES,
value: sc_static('images/search-icon.png')
})
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment