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++ - Is it possible to compile a VST on linux? -

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

php cli reading files and how to fix it? -