Hello people!
I'm new with xCode - Swift and I wonder where I can find the explanations about the correct use of the functions or methods that are described in the documentation.
For example, if I see the next:
var rootViewController: UIViewController? { get set }
or:
func performSegue(withIdentifier identifier: String, sender: Any?)
I'm seeing this functions in the documentation but I cannot understand how implement them, is there some documentation with examples and more detailed explanations?
Thank you all.
Ernesto Reides.