Quantcast
Viewing all articles
Browse latest Browse all 8068

search bar

I am having issues in creating a simple search bar (using create search bar) in a table view. Issues like an orange border along the search button and crashing when I put border radius. It seems hard to customize the search button using the createSearch Bar.

var search = Titanium.UI.createSearchBar({
    barColor:'white', 
    borderRadius: 10,
    showCancel:true,
    height:43,
    top:10,
    bottom:10,
    hintText: "Filter results"
});
reference: Ti 3.2.3, mac osx mavericks, for android

Viewing all articles
Browse latest Browse all 8068

Trending Articles