objective c - Core Data and NSTableView show content as title -
i'm working on menubar note-taking app simplenote syncing support, , it's been using separate title , content each note. shows title in nstableview , content in nstextview, show content title in table view in simplenote. problem show title until reaches newline, don't know how it.
simplest way break apart string using -componentsseparatedbystring:
, pass in \n
return array components broken apart. grab zeroth element array.
Comments
Post a Comment