UITextField

Allow only numbers in the UITextField – IOS Tutorial

Introduction to how force UITextField to accept numeric values in ios: Validations are important in IOS app development that includes user input. Sometimes we, need only numeric values to be entered into the UITextField. In this post we will look at the code that helps us in achieving our requirement to allow only numbers in […]

Allow only numbers in the UITextField – IOS Tutorial Read More »

iPhone Development: Some tips and tricks for iPhone development

In this post, I am going to tell you about some of the common things that need to be used in each project like validate a text field, show alert view, show HUD etc. Instead of writing code of lines again and again for showing alert and validate text fields, check for internet we can

iPhone Development: Some tips and tricks for iPhone development Read More »