Skip to content

Finished Sample Map App for the iOS Practical Essentials Workshop

Notifications You must be signed in to change notification settings

UofTMADLab/iOSPracticalEssentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

iOSPracticalEssentials

Finished Sample Map App for the iOS Practical Essentials Workshop

To create the cloud back-end, remix the following Glitch project: glitch.com/~grey-stamp

You can also find the server project files here

This project was initially created in Xcode 10.1.

For more help contact mad.lab@utoronto.ca

Useful Resources

The JSON data format was used to transfer data between the server and the app.

Our cloud server was written in Javascript and ran in NodeJS.

ExpressJS is a code library for NodeJS that helps you build web servers.

Our data was stored in a Sqlite Database in the cloud.

Here is some information about Auto Layout, which is used to define the layout of our app's UI.

And finally our libguide has a lot of links to other app development guides, blogs and resources for iOS and Android.

About

Finished Sample Map App for the iOS Practical Essentials Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages