hi,
how can i access a subview i added in another view controller? Like
DummyViewController:
- Subview 1
- Subview 2
TestViewController:
- Subview 3
Now I want to access the properties of Subview 1 (DummyViewController) in Subview 3 (TestViewController).
Thank + Regards