Skip to content

Instantly share code, notes, and snippets.

View CoCrash's full-sized avatar

ArvinLiang CoCrash

View GitHub Profile
@interface NSCodingSearchBar : UISearchBar
// Default by the system is YES.
// https://github.com/nst/iOS-Runtime-Headers/blob/master/Frameworks/UIKit.framework/UISearchBar.h
@property (nonatomic, assign, setter = setHasCentredPlaceholder:) BOOL hasCentredPlaceholder;
@end