Closed jamesrz2live closed 12 years ago
Content stretch is broken because UIView sets the wrong property on its underlying CALayer when setting the contentStretch property. This change corrects this by making UIView set/get the correct CALayer property.
Done.
Content stretch is broken because UIView sets the wrong property on its underlying CALayer when setting the contentStretch property. This change corrects this by making UIView set/get the correct CALayer property.