iPhone Coding Snippet – In Application Emailing

November 18th, 2009 Posted by: - posted under:Snippets - 44 Comments

A lot of applications you see have an email button. When you click it then it will leave the application and take you to the Mail application. It can get really annoying leaving the application and then going back in after your done sending the email. This is just a great way to show off your app and make your app look more professional and make it easier on the user by filling in the To and Subject for them. …

READ MORE

iPhone Coding Snippet – Inserting A UITextField In A UIAlertView

November 9th, 2009 Posted by: - posted under:Articles - 42 Comments

This will be a simple tutorial showing you how to put a UITextField in a UIAlertView. This is simple and just a couple lines if code. You will learn CGAffineTransform and coding UITextField programmatically.

READ MORE