You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to mimic the behavior as seen in Settings > Photos and Camera > Optimise iPhone Storage / Download and Keep Originals. Depending on the option chosen, the footer text changes with more explanation what which option does.
(sorry, Dutch screenshot)
Does anybody know how we should proceed with this in FXForms?
The text was updated successfully, but these errors were encountered:
Set the string for the footer based on the value of the property - the form should load with the correct text for the selected option but won't yet update when you change the selection. Next, in the FormViewController set a key-value observer on the property so that when the value (selected option) changes the form is 'reloaded' (you can use self.formController.form = self.formController.form; to cause the form to update). Changing the option should now redraw the form with the appropriate footer text displayed.
Hi,
We want to mimic the behavior as seen in Settings > Photos and Camera > Optimise iPhone Storage / Download and Keep Originals. Depending on the option chosen, the footer text changes with more explanation what which option does.
(sorry, Dutch screenshot)
Does anybody know how we should proceed with this in FXForms?
The text was updated successfully, but these errors were encountered: