Originate / OriginateTheme

OriginateTheme is a lightweight user interface theming framework.
MIT License
5 stars 0 forks source link

Compound Numeric Types (CGSize, CGOffset, CGRect, UIEdgeInsets,...) #19

Closed chhaylatte closed 7 years ago

chhaylatte commented 7 years ago

One thing I want to add is that there isn't really a good way to implement getters for value types. We can't check if it has already been set like we can with pointers. As a result, setting a property via a setter doesn't actually have any real effects on the values from the getters, but this doesn't appear to matter if I'm not mistaken.