pivotal-legacy / PivotalCoreKit

Shared library and test code for iOS and macOS projects
http://pivotallabs.com
Other
168 stars 85 forks source link

UITableViewCell -tap should raise outside a tableview #174

Closed tjarratt closed 8 years ago

tjarratt commented 8 years ago

Makes this more consistent with the UIControl -tap behavior.

We ran across this on my project last week and were really surprised that the resultant error was not the assertion, but rather the runtime complaining that UITableViewCell does not recognize the selector "layoutIfNeeded".

tjarratt commented 8 years ago

Mostly making this a PR because

tjarratt commented 8 years ago

Merged from the command line.