Password textfield

iPhone SDK Tips & Tricks

To have the text field show asterisks, add this line when you create the text field (or wherever)
yourTextField.secureTextEntry = YES;