I hereby claim:
- I am simondec on github.
- I am simondec (https://keybase.io/simondec) on keybase.
- I have a public key whose fingerprint is 2892 9A16 0A8F 1A64 A904 6C91 9AED 0D5E EAE8 EC00
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| // | |
| // ScrollableViewController.swift | |
| // | |
| import UIKit | |
| class ScrollableViewController: UIViewController, UIScrollViewDelegate { | |
| private let scrollView = UIScrollView() | |
| private var controllers: Array<ViewController> = [ |
| @interface TestViewController : UITableViewController | |
| @end |
| #import <UIKit.h> | |
| @interface VariableCellHeightViewController: UITableViewController | |
| @end |
| /* | |
| File: ViewController.m | |
| Abstract: The primary view controller for this app. | |
| Version: 1.0 | |
| Disclaimer: IMPORTANT: This Apple software is supplied to you by Apple | |
| Inc. ("Apple") in consideration of your agreement to the following | |
| terms, and your use, installation, modification or redistribution of | |
| this Apple software constitutes acceptance of these terms. If you do |