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?