ProMotion-XLForm
ProMotion-XLForm copied to clipboard
ProMotion-XLForm is a ProMotion plugin for XLForm
``` Terminating app due to uncaught exception 'NameError', reason: '/usr/local/lib/ruby/gems/2.5.0/gems/ProMotion-XLForm-0.0.18/lib/ProMotion/XLForm/cells/xl_form_cell.rb:2:in `': uninitialized constant ProMotion::XLFormBaseCell (NameError) from /usr/local/lib/ruby/gems/2.5.0/gems/ProMotion-XLForm-0.0.18/lib/ProMotion/XLForm/cells/xl_form_cell.rb:164:in `' ``` Ill look into more and see if i can make a...
Hi, Below is my code. It's not setting the detail_font to bold. i have tried in 3 different ways but not setting textfield detail_font to bold. ``` def form_data [{...
I tried using rmq by setting data_detector_type = :all but didn't work ``` def will_appear rmq(UITextView).style{|st| st.editable = false, st.data_detector_types = :all } end ``` Is there a way to...
Keep hitting into NameError uninitialized constant ProMotion::XLForm::XLFormRowDescriptorTypeImage
As title, here is the error: ``` xl_form.rb:89:in `row_type:': uninitialized constant ProMotion::XLForm::XLFormRowDescriptorTypeImage (NameError) ```
Hoping this is something silly on my part. I'm setting up a login form with a button at the bottom of the form. The button does not appear. ``` class...
I installed the Promotion-XLForm gem and copied the example form into a screen and it no longer compiles, I keep getting an initialized constant (Name error). The specific error is...
I'm using MotionKit to style some of my form cells for constraints, it appears to work on load, the cell grows and shrinks with the text. Once I scroll, however,...
This one is a bit of a doozy. I'm not sure if this is a problem on my end or simply a limitation of XLForm, but hopefully you can shed...
Using the :decimal type in countries that use ',' as the decimal seperator (instead of '.') causes the value to be truncated (2,75 => 2.00). According to http://stackoverflow.com/questions/11487850/decimal-point-in-uikeyboardtypedecimalpad-cant-be-used-in-mathematical-calculat a localizedScannerWithString...
I'm building a form and I'm running into some issues with nested resources. Here's a simplified version of my data model: ``` json { "id": 123, "name": "Bob Smith", "email_addresses":...