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? -

sql - text truncated using perl DBI insert -

php - Pass object by reference or value -