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
Is there a mechanism to enable / disable sections (cells) based on user input? For example, switching a toggle might deactivate another list item. Ordinarily it would be as simple as calling a weakly referenced pointer to another part of the view... But since everything is created "dynamically", it's not quite as easy. Any recommendations?
The text was updated successfully, but these errors were encountered:
Is there a mechanism to enable / disable sections (cells) based on user input? For example, switching a toggle might deactivate another list item. Ordinarily it would be as simple as calling a weakly referenced pointer to another part of the view... But since everything is created "dynamically", it's not quite as easy. Any recommendations?
The text was updated successfully, but these errors were encountered: