Merge branch 'version-0.6'

This commit is contained in:
Jamon Holmgren
2013-05-23 14:57:10 -07:00

View File

@@ -178,7 +178,7 @@ module ProMotion::MotionTable
table_cell.accessoryView = switch_view
end
if data_cell[:subtitle]
if data_cell[:subtitle] and table_cell.detailTextLabel
table_cell.detailTextLabel.text = data_cell[:subtitle]
table_cell.detailTextLabel.autoresizingMask = UIViewAutoresizingFlexibleWidth
end