Skip to content

Courses and Demos I made while learning iOS and Swift

Notifications You must be signed in to change notification settings

leofontes/ios-course

Repository files navigation

iOS Course Apps

This is a collection of apps I have developed for various courses I buy online, feel free to use them for whatever you want.

Apps

Guessing Game

From Rob Percival's Udemy Course

Simple guessing game between iPhone and User

Cat Years

From Rob Percival's Udemy Course

Real basic app with simple math to find out Cat's age

Miracle Pill

From Marc Price's Udemy iOS 10 Course

Very basic app just to learn layouts, constraints, actions, etc

RetroCalculator

From Marc Price's Udemy iOS 10 Course

Retro styled calculator, working correctly. Cool project to apply some cool stuff like IBActions for multiple buttons, UIStackView, etc.

PartyRock

From Marc Price's Udemy iOS 10 Course

List app to understand and learn the concepts of lists, adapters, web views on iOS.

DreamLister

From Marc Price's Udemy iOS 10 Course

App that lists dream purchases on different stores, mainly to learn about CoreData.

As a challenge I implemented the Item Category as an extra, not shown on the tutorial.

Pokedex

From Marc Price's Udemy iOS 10 Course

A functional Pokedex based on the PokeAPI.

On this app I practiced API calls using Alamofire, parsing CSV files to fetch some basic data, stackviews and a lot more.

Pitch Perfect

From Udacity's Udemy Intro to iOS App Development with Swift Course

Demos

ScrollView Demo

From Marc Price's Udemy iOS 10 Course

Demo that shows how to use ScrollView to swipe left and right and display elements

StackView Demo

From Marc Price's Udemy iOS 10 Course

Demo that shows how to use UIStackView to organize elements on screen