tombenner / nui

Style iOS apps with a stylesheet, similar to CSS
MIT License
3.76k stars 460 forks source link

SearchBar Colors & Icon #283

Closed gastonmorixe closed 8 years ago

gastonmorixe commented 9 years ago
   // search magnifying icon
    [[UISearchBar appearance] setImage:[UIImage imageNamed:@"ProductSearchMagnifyingGlass"] forSearchBarIcon:UISearchBarIconSearch state:UIControlStateNormal];
    // placeholder
    [[UILabel appearanceWhenContainedIn:[UISearchBar class], nil] setTextColor:[UIColor greenColor]];
   // field text
    [[UITextField appearanceWhenContainedIn:[UISearchBar class], nil] setTextColor:[UIColor redColor]];
timbodeit commented 8 years ago

What exactly is your issue? How does it relate to NUI?

The way this issue is currently written makes it hard to understand what you're trying to point out. Feel free to reopen once you have provided more details on your specific issue with nui.