BigZaphod / Chameleon

Chameleon is a port of Apple's UIKit for iOS (and some minimal related frameworks) to Mac OS X.
http://chameleonproject.org/
BSD 3-Clause "New" or "Revised" License
3.45k stars 572 forks source link

Fixes UIView's contentStretch property #83

Closed jamesrz2live closed 12 years ago

jamesrz2live commented 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.

BigZaphod commented 12 years ago

Done.