Skip to content

mhorbul/AdvancedTextField

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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];

About

AdvancedTextField is a UITextField which allows to define placeholder properties like color and font

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published