Lecture 11: Picker

Lección 11 de 1573%

Ya has superado la mitad. Estás muy cerca de completar el curso.

Sobre esta lección

The 11th lecture from Stanford’s Spring 2020 version of its iOS development course is the first of the final series of four lectures, all of which present topics intended to help the students with their final projects. Picker, a UI element for choosing from a list of items, is the primary topic here, but a demo code-base, Enroute, is introduced along the way in preparation for the next lecture. Enroute is a simple application which pulls information from the internet using a REST API in JSON format (though that is not the main topic of this lecture). This demo includes a review of presenting a UI via a modal sheet using NavigationView, Form, Toggle, etc.

Sobre este curso

A Apple lançou recentemente o SwiftUI, que é um framework de interface para a linguagem de programação Swift e que mudou completamente como você costuma programar apps iOS. Isso inclusive muda como criar apps para macOS, watchOS (Apple Watch), tvOS (Apple TV) e claro também para iPhone e iPad. Conectado a isso, a Stanford começou recentemente sua formação em Ciência da Computação chamado "S193p - Developing Apps for iOS" e conta com aulas do Paul Hegarty, um cara sensacional e já foi contratado no passado pelo Steve Jobs para trabalhar como Vice Presidente do setor de engenharia da NeXT. Ele sabe MUITO do assunto, da Apple, do ecossistema iOS e esse curso Swift e SwiftUI é a formação oficial de Stanford, tudo disponível de graça.

Lección 11 de 15Nivel: principianteDuración total: 18h 29m

Lo que aprenderás en este curso:

  • Dominar la sintaxis y fundamentos de Swift
  • Diseñar interfaces con SwiftUI o UIKit
  • Gestionar datos y almacenamiento en aplicaciones iOS
  • Implementar funcionalidades nativas del iPhone/iPad