PYSearch
PYSearch copied to clipboard
Search history removes spaces from search item
Do not remove space from search text when it shows in search history. Is there any workaround for now.
You can set removeSpaceOnSearchString to NO.
/**
Whether remove the space of search string, default is YES.
*/
@property (nonatomic, assign) BOOL removeSpaceOnSearchString;
Thanks, that was what I was looking for.