Skip to content

Instantly share code, notes, and snippets.

View chrishinds's full-sized avatar

Chris Hinds chrishinds

  • Big Data Institute, University of Oxford
  • Oxford
  • 11:24 (UTC +01:00)
View GitHub Profile
@chrishinds
chrishinds / AppDelegate.swift
Created August 5, 2015 05:04
Example in Swift of subclassing an ORKActiveStepViewController in Apple ResearchKit, then laying out a custom view
import UIKit
import ResearchKit
class DemoView: UIView {
}
class DemoStepViewController : ORKActiveStepViewController {