Skip to content

Instantly share code, notes, and snippets.

//
// ScrollableViewController.swift
//
import UIKit
class ScrollableViewController: UIViewController, UIScrollViewDelegate {
private let scrollView = UIScrollView()
private var controllers: Array<ViewController> = [
// Copyright 2011 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
#ifndef _JavaUtilArrayList_H_
#define _JavaUtilArrayList_H_
#include "J2ObjC_header.h"
#include "java/io/Serializable.h"
#include "java/util/AbstractList.h"
#include "java/util/RandomAccess.h"
@class IOSObjectArray;
@class JavaLangIndexOutOfBoundsException;