Skip to content

My first attempt at writing an IOS application. This is done as part of the course work for the Bitfountain iOS 7 Immersive online course

Notifications You must be signed in to change notification settings

martintrollip/out-of-this-world

Repository files navigation

Out of this World

This is an iOS application displaying a list of planets with functionality to zoom and pan images thereof. It also retrieves and displays detailed information for each planet in an ordered fashion. The user can also manually add newly discovered planets. It will be saved in NSUserDefaults.

Getting started

In order to get a copy of this project clone it or download the zip file

git clone

This may be opened with XCode.

Prerequisities

X Code and iOS development environment.

Installing

Open the project in XCode project.pbxproj and build. This can be executed on a emulator or Apple device.

Examples

NSUserDefaults for data persistence

//Update user defaults with key #define ADDED_SPACE_OBJECTS_KEY @"Added space objects"
[[NSUserDefaults standarduserDefaults] setObject:obj forKey:ADDED_SPACE_OBJECTS_KEY]];
[[NSUserDefaults standarduserDefaults] synchronize];

Authors

  • Martin Trollip - Learning to code in iOS from Bitfountain - martintrollip

Acknowledgements

Thanks to Bitfountain and Eliot Arnts for providing me with the required knowledge and resources in order to complete this project and broaden my programming horizons.

About

My first attempt at writing an IOS application. This is done as part of the course work for the Bitfountain iOS 7 Immersive online course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published