Skip to content

Instantly share code, notes, and snippets.

View zengyun-hacker's full-sized avatar
🎇
Celebrate New Year

Zeng Yun zengyun-hacker

🎇
Celebrate New Year
  • Alibaba Inc
  • Hangzhou, Zhejiang, China
View GitHub Profile
@henrik
henrik / SearchBoxExperimentsViewController.h
Created February 15, 2010 06:55
Replace the magnifying glass icon in an iPhone UISearchBar with a custom image.
#import <UIKit/UIKit.h>
@interface SearchBoxExperimentsViewController : UIViewController {
IBOutlet UISearchBar *searchBar;
}
@end