Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 319 Bytes

README.org

File metadata and controls

9 lines (7 loc) · 319 Bytes

Introduction

This subclass of UITextField allows to define some properties for placeholder which are not available by default.

Example

AdvancedtextField *textField = [[AdvancedTextField alloc] init];
textField.placeholderColor = [UIColor redColor];
textField.placeholderFont = [UIFont systemFontOfSize:16];