Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Construyendo vistas 100% por código VS usando AutoLayout

Construyendo vistas 100% por código VS usando AutoLayout

En esta platica revisaremos las ventajas y desventajas de construir nuestra interfaz solo por código y construirlas usando autolayout.

IOSdevelopersMx

April 15, 2019
Tweet

More Decks by IOSdevelopersMx

Other Decks in Technology

Transcript

  1. Agenda • Historia • Cliclo de vida del controlador •

    View (Código, XIB, Story Board) • AutoLayout • Comparación código VS Interface Builder • Conclusiones
  2. Simplicidad • I've always been attracted to things that are

    simple and powerful. Simplicity means they can be implemented in few lines of code. Fewer lines of code mean less possibility of errors and less to maintain.