rodri2d2 / AvengersApp

This is exercise of a mobile BootCampo - First iOS App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KeepCoding - Practica Funcamentos iOS / Basic iOS - Exercise

Samples


Objetivos principales

El objetivo de la práctica es definir e implementar una estructura base de aplicación aplicando un diseño coherente creando una nueva aplicación llamada AvengersApp

  • Asentar las bases de la programacion iOS
  • Conocer e impletar UIKIT
  • Maniupular Assets

¿Que se implementa en la version actual?

  • Navigation Contoller
  • TabBar Controller
  • Tap Gesture Recognizer
  • Animation
  • CollectionView
  • CollectionViewCell
  • CollectionView delegate y data souce
  • Componetes de UIKit
  • Camera Picker
  • Ficheros NIB
  • Launch screen

¿Que implementar en la siguente version?

  • Guardar las photos en memoria y utilizarlas para el data source del CollectionView
  • Implentar otros patrones de codigo

Main goals

The goal of this exercise is to define and to implement a base structure of an app by applying a minimun design in a brand new app called AvengersApp

  • Reinforce the bases of iOS Development
  • Get a bases and beyond on UIKIT
  • How to prepare app's assets to work with

What is already implemented in this version?

  • Navigation Contoller
  • TabBar Controller
  • Tap Gesture Recognizer
  • Animation
  • CollectionView
  • CollectionViewCell
  • CollectionView delegate y data souce
  • UIKit Componets
  • Camera Picker
  • NIB Files
  • Launch screen

What to do for the next version?

  • Save taken photos on memory to use later on CollectionView data souce
  • Implement new code patterns to optimizate


Este es un proyecto de puesta en practica del BootCamp Full Stack Mobile de KeepCoding. No representa ningun beneficion comercial.


This is a learning project from KeepCoding Full Stack Mobile BootCamp. For this project there no commercial benefits

About

This is exercise of a mobile BootCampo - First iOS App


Languages

Language:Swift 100.0%