Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Left padding to the TextField

Whenever we use TextField then bydefault we don't get front space. Sometimes we want that our text should start after some gap so in that case we can use padding. In padding we can give space according to our need. There are two types of padd...

How to add and access TextField in UIAlertController ?

The following code will show the Alert with textField :- UIAlertController *alert=[UIAlertController alertControllerWithTitle:@"Alert Title" message:nil preferredStyle:UIAlertControllerStyleAlert]; // to add textField [aler...

Changing TextField Placeholder Color

Hello friends, We may change the text field placeholder color using either storyboard or using code. Using Storyboard: Choose the text field and under textfield runtime attributes click on the '+' button and add a key: _placeholderLab...

How to Change the Font and Color of UITextField's Placeholder

Hi Readers, Below are two simple lines you need to add to your code for changing the font and color of the UITextField's Placeholder. _txttest.font = [UIFont fontWithName:@"HelveticaNeue-Thin" size:30.0f]; _txttest.attribut...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: