seanho / SimpleView

RubyMotion DSL for UIKit
MIT License
103 stars 10 forks source link

Rotation is not properly handled #10

Open siuying opened 11 years ago

siuying commented 11 years ago

I tried to add multiple orientation support to my app using SimpleView. Changes similar to following: https://github.com/siuying/CurrencyApp-RubyMotion/compare/rotation

However, the views do not rotate as what I would expected.

Is this an issue of SimpleView or problem in the way I use it?