Clay Allsopp
Clay Allsopp
Hm no clue - you can [copy the render code](https://github.com/clayallsopp/formotion/blob/master/lib/formotion/form/form.rb#L180) in your project and add some logging to see where it's going wrong?
Gotcha, makes sense. Can you add a test? (run with `rake spec:units`, the full specs aren't working)
Hm, no clue. Sounds like some kind of drawing issue, but there's no custom drawing in Formotion itself =\ If you can upload an example project I can take a...
Agreed - and since there's no sort of `Device.ipad?` check, it most definitely alters how Formotion looks on iPhones as well...
Can you upload a reproducible project or do some debugging within Formotion?
Can you run the [KitchenSink](https://github.com/clayallsopp/formotion/tree/master/examples/KitchenSink) example on your device? It's working for me Are you bundling any other libraries with your app?
I believe this to be a problem with RubyMotion's circular dependency detector, WeakRefs, and iOS6. My results when compiled on: - iOS7 SDK, running on iOS7 sim (`rake`) - no...
In fact, this doesn't seem related to `WeakRefs` at all - it appears to be some sort of RubyMotion regression. If you change Formotion to as far back as `1.3.1`...
Interesting; can you upload a reproducible project?
Gah this is a really hairy problem. The way persistence works actually doesn't support templated rows (I confirmed this morning). I spent a few hours trying to make it fit...