I'm new to xcode and I've one basic question about relative accessing views in ViewController.
Here is the situation in ViewController:
View
1
1.1
2
Questions:
- How can I access 2 from View
- How can I access 1.1 from 2
- How can I access from 1.1 to View
Thank you very much, single lines of code will be perfect answer.