ios - how to control what the text in a textfield looks like -
i writing iphone program involves passwords, , want know how make textfield print dots or stars or else when type, instead of typing. how do that? have xcode 4 , running mac osx 10.6.8.
you can use this
[textfield setsecuretextentry:yes];
Comments
Post a Comment