Pinned Repositories
Animate
CALayerSpeedDemo
A simple iOS app demoing the effect of adjusting the speed property on a CALayer object, in particularly the CALayer object of a UIWindow. Watch as the app speeds up and slows down! 👀
Calculator
A reverse polish notation calculator that demonstrates auto layout, stacks, target-actions on UIButtons
f1results
FoodTracker
MarvelComicArt
pubfeed
SegmentedControl
A custom animated segmented control
SwiftCheatSheet
A cheat-sheet collection of code samples showcasing advanced features within Swift 3.0
SwiftThrottler
A simple throttler helper class written in Swift.
mikegilroy's Repositories
mikegilroy/SegmentedControl
A custom animated segmented control
mikegilroy/SwiftThrottler
A simple throttler helper class written in Swift.
mikegilroy/MarvelComicArt
mikegilroy/pubfeed
mikegilroy/SwiftCheatSheet
A cheat-sheet collection of code samples showcasing advanced features within Swift 3.0
mikegilroy/Animate
mikegilroy/CALayerSpeedDemo
A simple iOS app demoing the effect of adjusting the speed property on a CALayer object, in particularly the CALayer object of a UIWindow. Watch as the app speeds up and slows down! 👀
mikegilroy/Calculator
A reverse polish notation calculator that demonstrates auto layout, stacks, target-actions on UIButtons
mikegilroy/f1results
mikegilroy/FoodTracker
mikegilroy/Journal
Students will build a simple Journal app to practice MVC separation, protocols, master-detail interfaces, table views, and persistence.
mikegilroy/LearningPython
A series of programs and coding challenges completed whilst learning Python.
mikegilroy/MGLoadingImageView
A UIImageView with a built-in UIActivityIndicatorView to optionally display a loading spinner in the foreground of the image view, to be used whilst loading an image.
mikegilroy/mikegilroy
mikegilroy/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.
mikegilroy/SimpleAvatar
Simple iOS app showing how to build a customizable avatar view using auto layout and IB Designable views.
mikegilroy/swift-algorithm-club
Algorithms and data structures in Swift, with explanations!
mikegilroy/Task
Students will build a simple task tracking app to practice project planning, progress tracking, MVC separation, intermediate table view features, and Core Data.
mikegilroy/TDD-Swift3
Full demo 'ToDo' app project as built in the eBook 'Test-Driven iOS Development with Swift 3' by Dr. Dominik Hauser
mikegilroy/Tesseract-OCR-iOS
Tesseract OCR iOS is a Framework for iOS7+, compiled also for armv7s and arm64.
mikegilroy/Timeline
mikegilroy/TopStack
A simple app used for testing SOLID principles that loads a list of the top StackOverflow users.