/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
iphone/Maps/UI/Editor/Cells/MWMEditorTextTableViewCell.h
25 строк
954 B
Ilya Grechuhin
[cleanup] [ios] Editor code cleanup.
26 янв 2017, 10:11
26 янв 2017, 10:11
62003ec
Код
Авторство
О чём код?
#import "MWMTableViewCell.h" @protocol MWMEditorCellProtocol; @interface MWMEditorTextTableViewCell : MWMTableViewCell - (void)configWithDelegate:(id<MWMEditorCellProtocol>)delegate icon:(UIImage *)icon text:(NSString *)text placeholder:(NSString *)placeholder keyboardType:(UIKeyboardType)keyboardType capitalization:(UITextAutocapitalizationType)capitalization; - (void)configWithDelegate:(id<MWMEditorCellProtocol>)delegate icon:(UIImage *)icon text:(NSString *)text placeholder:(NSString *)placeholder errorMessage:(NSString *)errorMessage isValid:(BOOL)isValid keyboardType:(UIKeyboardType)keyboardType capitalization:(UITextAutocapitalizationType)capitalization; @property(weak, nonatomic, readonly) IBOutlet UITextField * textField; @end