Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

CupTableCellView

aparajita edited this page May 10, 2013 · 1 revision

This class is designed to replace the standard NSTableCellView used in a view-based table within Xcode. It provides an action method which can be used to stop a single file's upload.

Usage

  1. Select the table cell view in which you want to place a stop button.
  2. Go to the Identity Inspector and set the class to CupTableCellView.
  3. Place a button in the cell view.
  4. Connect the selector of the button to the stopUpload: method in its own cell view.
Clone this wiki locally