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

javascript - Unusual behaviour when drawing lots of images onto a large canvas -

how can i manage url using .htaccess in php? -

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