CopyableCell: A UITableViewCell Subclass for Making Cells Copyable
June 9th, 2011
No comments
UITableView is one of the most frequently used views of Cocoa Touch framework. We almost always use it whenever we need to display a collection of data items. There are lots of ways to customize the appearance and functionality of a UITableView to make it meet the application’s needs. Sometimes we might want to enable users to copy UITableViewCells’ content.

CopyableCell