How can self.frame and self.contentView.frame in:
override init(style: UITableViewCellStyle, reuseIdentifier: String) {
super.init(style: style, reuseIdentifier: reuseIdentifier)
// Initialization code here
}
.. of a UITableViewCell subclass contain 44px in height when it is shown as 200x in simulator and device?
Update:
For detailed explanation of why this happens in iOS8: https://stackoverflow.com/a/25884832/1178924