parkerdonat
I'm a driven iOS Developer looking to improve the code I wrote yesterday. I like to tweet with the #iOSTweetADay hashtag.
Utah
Pinned Repositories
Color-Picker-for-iOS
ColorPicker for iPhone and iPod touch
ios-color-picker
A color picker for iOS
LifeAndDeath
A simple iOS application that demonstrates MapKit use by showing life events on a Map.
MyRepresentative
A simple application that gets a list of representatives by zip code.
RGBColorSlider
A simple way to add dynamic RGB color sliders to an iOS application.
specta
A light-weight TDD / BDD framework for Objective-C & Cocoa
ZipCodes
A simple iOS app demonstrating a UITableView with a list of Zip Codes.
parkerdonat's Repositories
parkerdonat/AppleViewControllers
parkerdonat/Calculator
A reverse polish notation calculator that demonstrates auto layout, stacks, target-actions on UIButtons
parkerdonat/CardGame
parkerdonat/CatNapApp
A timer app that uses UILocalNotification
parkerdonat/ChuckNorrisJokes
parkerdonat/CourseTracker
parkerdonat/DistractingNumbers
parkerdonat/FirebaseIntermediate
parkerdonat/FirebaseJournal
parkerdonat/Giphy
Practicing Giphy API
parkerdonat/ios-challenge-journal
parkerdonat/ios-challenge-movie-search
parkerdonat/ios-challenge-task
parkerdonat/Journal
Students will build a simple Journal app to practice MVC separation, protocols, master-detail interfaces, table views, and persistence.
parkerdonat/JSON
parkerdonat/LocalizationDemo
parkerdonat/NearbyTesting
parkerdonat/NewTimeline
parkerdonat/NotificationMiniProject
parkerdonat/Pangram
PANGRAM SWIFT CHALLENGE - Roy wanted to increase his typing speed for programming contests. So, his friend advised him to type the sentence "The quick brown fox jumps over the lazy dog" repeatedly, because it is a pangram. (Pangrams are sentences constructed by using every letter of the alphabet at least once.) After typing the sentence several times, Roy became bored with it. So he started to look for other pangrams. Given a sentence, tell Roy if it is a pangram or not.
parkerdonat/RandomColor
parkerdonat/RedditChallenge
Challenge: SubReddit Posts Build a simple app that allows users to enter in the name of a subreddit in a textfield, hit submit, and see the titles of the current posts for that subreddit. List the current posts in a tableview. Black diamond: If the user taps on a cell, open a SafariViewController to the URL of that post.'
parkerdonat/Representative
A Swift, iOS app to get the current congressman/congresswoman in a user-requested state to practice asyncronous network requests, working with JSON data, and closures.
parkerdonat/ScriptsAndBehaviors
parkerdonat/SettingsMiniProject
Intermediate TableViews and Custom Cell with Delegate. Fun stuff. :)
parkerdonat/ShakeGesture
Practice with the shake gesture.
parkerdonat/Task
Students will build a simple task tracking app to practice project planning, progress tracking, MVC separation, intermediate table view features, and Core Data.
parkerdonat/Timer
parkerdonat/UnityGame
parkerdonat/Weather
A Swift, iOS app to get the current weather in a user-requested city to practice asyncronous network requests, working with JSON data, and closures.