Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to insert row value for a XLFormRowDescriptorTypeButton with a segue action? #595

Closed
ulfie22 opened this issue Sep 30, 2015 · 1 comment · Fixed by #669
Closed

How to insert row value for a XLFormRowDescriptorTypeButton with a segue action? #595

ulfie22 opened this issue Sep 30, 2015 · 1 comment · Fixed by #669

Comments

@ulfie22
Copy link

ulfie22 commented Sep 30, 2015

Thanks for this great framework!!

I have several XLFormRowDescriptorTypeButton where I segue to a custom screen. I pass the new value back to the original form with a protocol/delegate pattern. The row has the title on it plus the disclosure indicator in the accessory area on the right. How can I insert the new value to the left of the accessory?

image

The "Viscosity" line about is XLFormRowDescriptorTypeButton and automatically updates the value when selected.

Thanks for your help!!

@tangbl93
Copy link

the problem you can see: #651

mats-claassen added a commit that referenced this issue Dec 14, 2015
Can display value on right of button cell.
Closes #595, fixes #
markrickert added a commit to markrickert/XLForm that referenced this issue Feb 26, 2016
* master: (28 commits)
  added validators copy to rowDescriptor copyWithZone. Fixes xmartlabs#729
  release version 3.1.1
  fixed crash when launching action sheet from iOS 9
  Setting row descriptor will not fire cell config. This is done when updating the row.
  Correct the spelling of CocoaPods in README
  Removed Duplicated folder `Examples` under `Examples/Swift` closes xmartlabs#698
  fix bug: fixed UIViewController's instance, which does not inherit from XLFormViewController, using subclass of XLFormBaseCell will crash when its getFirstResponder method is invoked.
  Fixed normal and inline picker views to use row's value transformer for display text
  Changed the minimum deployment target to 8.0 to support iOS 8 for developers installing the library through a git submodule
  fix no containsString: method in NSString under iOS8_0
  end editing on scroll is an option
  Fix build error ‘XLFormImageCell.h’ file not found by moving XLFormImageCell from project header to public header
  Added custom inline row example in Objective C and Swift.
  allow setting the width percentage of an UITextView. Closes xmartlabs#534
  update readme delegate section
  Try to remove the most exception when defining the hidden and disabled predicates. Will still throw an exception when defining forward dependencies
  order example groups alphabetically. Replace formSegueIdenfifiers in SwiftExample
  Fix build error "‘XLFormImageCell.h’ file not found" by including XLFormImageCell into project file.
  update version to 3.1.0
  Button row style must not be default any more. Can display value on right of button cell. Closes xmartlabs#595, fixes #
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants