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
In order to allow users to change what they sync (from one account to another), we need to display the selection controller with an already selected account if any.
I identify the accounts by accountNumber in my data model.
Also, the cells need to have a checkmark accessory UITableViewCellAccessoryCheckmark, not the current UITableViewCellAccessoryDisclosureIndicator.
The text was updated successfully, but these errors were encountered:
In order to allow users to change what they sync (from one account to another), we need to display the selection controller with an already selected account if any.
I identify the accounts by accountNumber in my data model.
Also, the cells need to have a checkmark accessory
UITableViewCellAccessoryCheckmark
, not the currentUITableViewCellAccessoryDisclosureIndicator
.The text was updated successfully, but these errors were encountered: