objective c - strike through a selected row in NSTableView -
objective c - strike through a selected row in NSTableView -
i new mac app.in application have booked history tableview.when user click on "withdraw" button,i want strike through selected row of tableview.and getting tableview content nsarraycontroller.i don't know how it.if 1 knows,guide me do. in mac osx,not in ios.
one way obtain utilize nstextview
within table cell , bind attribute string array controller. in array controller can alter relative value adding attribute of type nsstrikethroughstyleattributename
.
objective-c cocoa nstableview nsarraycontroller nsattributedstring
Comments
Post a Comment