Skip to content

3520kramer/ios_elective_handin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ios_elective_handin

On the course IOS we hand in an assignment each week, which reflects what we've been working on.

Week 18 - Quarantine App

This week we worked with tab bar apps. But our mandatory assignment was to make an app which related to the current corona virus. So i practised using URLSession to get data from the api.covid19api.com and present with options such as country selection and province selection


Week 17 - Sensors

This week we worked with the different sensors in our devices. I made an app which uses CoreMotion to zoom in or out on the map and motionEnded for handling a shake gesture to center the view on the users current location


Week 16 - Written assignment

No code this week! We handed in a document where we each had to describe closures and the difference between weak and strong variables.


Week 15 - No assignments

No school this week, because of Good Friday holiday


Week 14 - Firebase authentication with facebook login and graph request

This week we made a simple app which should display something which couldn't be seen prior to signing in. We used the functionality from firebase authentication to manage users. Then we had to expand the app to be able to log in via facebook. Later we had to use the facebook graph to access user data


Week 13 - Camera Roll

An app which can capture pictures and videos from the camera or photo library. It can resize the picture, and add text on top of it. I also added a swipe gesture recognizer so if you swipe right, the photo is saved, and if you swipe left it will dissappear


Week 12 - MapView

An app with a map where you can long press on the map to set a pin and save the location in firebase. It also shows the userlocation after having requested permission to use location services on the device


Week 11 - TableView with custom cell implementation

We had to make a tableview with two custom cells. One should contain a label and an imageview, and the other should only contain a label


Week 10 - Notebook app with pictures and firebase

We had to expand out current notebook app with an imageview and an button where you can upload pictures from the phone to the app, which then would store the picture in Google Storage and the reference for the picture in Google Firebase


Week 09 - Notebook app with firebase

This week we had to expand our notebook app to be able to work with Googles firebase database


Week 08 - New Notebook app

This week we had to make a new notebook app, so i made on with a tableviewcontroller which displays the notes title. The tableview controller has a segue to a view controller which shows the notes fully


Week 07 - Notebook app

An app with one viewcontroller containing a textview, a tableview and some buttons. The app can save the input from the textview on the phone, and you can then see them in the textview. You can then add and delete notes with the buttons


Week 06 - Business card app

This was the first app we made on this course. It is a single-view app with three pages with product and company information for the company Tulip It was made with the storyboard interface


Week 05 - Demo

Upload the files from the exercises to this github repo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages