I m designing sound applications with (sometimes HUGE) UI filled of UISlider & UISwitch. I m storing values only in the UI elements, because my sound part doesn t need to store it on its own (it is simplier & lighter like that) So, I d like to know if there was a smart way to trigger ALL UI elements of a view in order to initialize some values easily at the viewDidLoad time.
Best, ju