Pinned Repositories
AboutMe
About Me is an opportunity for students to introduce themselves via their first app. Students will explore Storyboards, use a variety of UIKit elements, add images, and use Xcode to install the application on an iOS device.
AGoodStart
The very first project for iOS pre-course.
AppMap
A very simple app that uses storyboards for an overview of the content
Autocorrect
A simple scroll view with some funny images
AutolayoutExample
A quick example project to demonstrate autolayout
BePersistent
An iOS app that persists data to NSUserDefaults
BevChat
A simple chat based application for individuals to discuss openly about different categories of drinks.
Calculator-Programatic-Constraints
Calculator app using programatic constraints. No storyboard. All done programmatically
CanRemind
A simple iOS app to demonstrate how to create a local notification
Myosin
Dev Mountain Capstone project
rdm0423's Repositories
rdm0423/Myosin
Dev Mountain Capstone project
rdm0423/AboutMe
About Me is an opportunity for students to introduce themselves via their first app. Students will explore Storyboards, use a variety of UIKit elements, add images, and use Xcode to install the application on an iOS device.
rdm0423/BevChat
A simple chat based application for individuals to discuss openly about different categories of drinks.
rdm0423/Calculator-Programatic-Constraints
Calculator app using programatic constraints. No storyboard. All done programmatically
rdm0423/ClearMe
A simple iOS app with a TextView and a button that clears it.
rdm0423/DayXTrio
rdm0423/DayXTrioSwift
rdm0423/Flashlight
Students will build a simple Flashlight app to practice working with IBOutlets, IBActions, and UIControlEvents.
rdm0423/Hydrate
Sweat Loss Rate Calculator for Hydrating
rdm0423/ios-challenge-movie-search
rdm0423/ios-challenge-notes
rdm0423/ios-challenge-shopping-list
rdm0423/ios-guided-projects
rdm0423/ios-project-alarm
rdm0423/Journal
Students will build a simple Journal app to practice MVC separation, protocols, master-detail interfaces, table views, and persistence.
rdm0423/Journal---Objective-C
Simple Journal app done in Objective C
rdm0423/Journal-ObjC---CoreData
Simple Journal app done in Objective-C using Core Data. Other versions in Github. Swift: NSUserDefaults, Core Data. Obj-C: NSUserDefaults, CoreData
rdm0423/Module-10
Intermediate Tableviews and the Delegate Pattern
rdm0423/Module-11
Alert Controllers, Local Alerts
rdm0423/Module-12
Persistence with Core Data
rdm0423/Module-13
Intermediate Core Data
rdm0423/Module-14
rdm0423/Module-18
Closures, Grand Central Dispatch, NSURLSession (HTTP GET)
rdm0423/Module-7
TableViews
rdm0423/Module-8
MVC, Model Objects, Model Object Controllers
rdm0423/Module-9
Persistence with NSCoding and NSUserDefaults
rdm0423/Post
Post is a simple global messaging service. Students will review MVC principles and work with NSURLSession, JSON parsing, and closures to build an app that lists and submits posts to a global feed. Post is a single view application, with the main view being a list of all posts from the global feed listed in reverse-chronological order. The user can add posts via an alert controller presented after tapping an Add (+) bar button.
rdm0423/SolarSystem
Students will work with table views, learn about protocols, and implement the UITableViewDataSource and UITableViewDelegate protocols to build .
rdm0423/Task
Students will build a simple task tracking app to practice project planning, progress tracking, MVC separation, intermediate table view features, and Core Data.
rdm0423/ToDoTasks
A Simple Task Management App using Swift, Core Data, NSFetchedResultsController