/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
iphone/Maps/Classes/Components/MWMButton.h
16 строк
349 B
Ilya Grechuhin
[ios] Added white text coloring to MWMButton.
09 сен 2016, 11:16
09 сен 2016, 11:16
d9d909d
Код
Авторство
О чём код?
typedef NS_ENUM(NSUInteger, MWMButtonColoring) { MWMButtonColoringOther, MWMButtonColoringBlue, MWMButtonColoringBlack, MWMButtonColoringWhite, MWMButtonColoringWhiteText, MWMButtonColoringGray }; @interface MWMButton : UIButton @property (copy, nonatomic) NSString * imageName; @property (nonatomic) MWMButtonColoring coloring; @end