Skip to content

sshiqiao/iOS_SearchBar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS_SearchBar

A custom searchBar that runs on iOS. Click here for Android version.

SearchBar *searchBar = [[SearchBar alloc]initWithFrame:CGRectMake(SCREEN_WIDTH-100, 50, 50, 50) searchBarStretchWidth:330];
searchBar.placeholder = @"default searchBar";
SearchBar *searchBar = [[SearchBar alloc]initWithFrame:CGRectMake(40, 150, 30, 30) searchBarEdgeColor:GrayColor];
[searchBar setSearchBarStretchDirection:1];

image

About

A custom searchBar runs on iOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published