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
Post a Comment