Add your first screen by using a view controller.
In your view controller, declare the sign-in button as a property.
It is based on the model view controller system.
Because in a, a model view controller app on the web.
This is what the view controller should look like when you're finished.
Este es el aspecto que debería tener el controlador de vista cuando hayas terminado.
The view controller now knows about the label.
El controlador de vista ahora sabe acerca de la etiqueta.
The view controller in the storyboard has a reference to the view.
El controlador de vista en el storyboard tiene una referencia a la vista.
To do this, the view controller needs to know about the view.
Para hacer esto, el controlador de vista necesita saber sobre la vista.
We'll talk more about the model view controller design pattern later in
En este módulo hablaremos acerca del patrón de diseño modelo vista controlador.
We'll talk more about the model view controller design pattern later in
Hablaremos sobre el patrón de diseño modelo vista controlador más adelante en
In the case of our button, we add an action to the view controller.
En el caso de nuestro botón, agregamos una acción al controlador de vista.
You should update your view controller to check for an existing token at load.
Debes actualizar el controlador de vista para comprobar durante la carga si hay tokens existentes.
If you invoke a method of a view controller, it does something in response.
Si invocas un método de un controlador de vista, efectúa alguna operación como respuesta.