I constructing UITableCellView
from xib. This xib uses autolayout
and two UILabel
s connected to superview and have vertical constraint.
Unfortunately it is cutting pixel(s) at the bottom of UILabel
:
What do I missing?
UPD. Xcode is giving me error: Set vertical compression resistance priority to 749
. If I play with compression resistance priority I get first label cut.