Skip to content

Instantly share code, notes, and snippets.

@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 {