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 - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -