Skip to content

Latest commit

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date

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

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages