Skip to content

Instantly share code, notes, and snippets.

View sc0rch's full-sized avatar

sc0rch

  • Moscow
View GitHub Profile
@sc0rch
sc0rch / ScrollableViewController.swift
Created April 4, 2018 17:15 — forked from simondec/ScrollableViewController.swift
Recreating something similar to a UIPageViewController with a UIScrollView.
//
// ScrollableViewController.swift
//
import UIKit
class ScrollableViewController: UIViewController, UIScrollViewDelegate {
private let scrollView = UIScrollView()
private var controllers: Array<ViewController> = [
@sc0rch
sc0rch / GenymotionWithGooglePlay.md
Last active July 22, 2017 03:43 — forked from udev/genymotionwithplay.md
Genymotion with Google Play Services