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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -