I'm an Android developer and started learning Swift and XCode recently. I couldn't find the outline of declared variables, methods. I searched SO and web for list, outline, and structure of declared functions but i got no result. You can see this list on the right of the Eclipse panel as outline and available as structure in Android Studio.
If there is no outline for list of declared, how can i move to definition of a specific function or method if i do not remember the name also if i do.
How do you manage a class hierarchy when a class gets more than 20 functions or methods for instance?


