ClassyKit / Classy

Expressive, flexible, and powerful stylesheets for UIView and friends.
http://classykit.github.io/Classy/
MIT License
740 stars 77 forks source link

Size property not found #60

Closed getmetorajesh closed 6 years ago

getmetorajesh commented 10 years ago

Properties-Basic.cas file shows that a size property can be set for UIButton. But when trying this out it reports "Property 'size' not found". filename: Properties-Basic.cas

UISlider,
UINavigationBar UIButton
    font-name helvetica
    size 40  50
    text-color: #444
cloudkite commented 10 years ago

Sorry for the delay in responding. Some of the test files are not full integration tests so they don't actually test on real properties. Sorry it is a bit confusing so I will try tidy that up at some point

cloudkite commented 10 years ago

The tests folder should all work https://github.com/cloudkite/Classy/tree/master/Tests/Specs/Integration%20Tests

Or just check UIButton.h etc