cocoa - NSFormCell placeholderString -


just set nsform , binded first row nsformcell in interface builder.

when enter text, expected result in [myformcell placeholderstring] or [myformcell placeholderattributedstring] there nil.

instead, [myformcell stringvalue].

what's purpose of placeholderstring? doing right?

the placeholder string used when user has not entered yet. can instruct user enter without needing separate label.


Comments

Popular posts from this blog

c# - SelectList with Dictionary, add values to the Dictionary after it's assigned to SelectList -

mysqli - Php Mysqli_fetch_assoc Error : "Warning: Illegal string offset 'name' in" -

javascript - Chart.js - setting tooltip z-index -