This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// TextView subclass that replicates TVOS movies app | |
// Also made a quick presentation controller | |
// Just connect the delegate to the ViewController in IB | |
// and set the TextView class to FocusTextView | |
import UIKit | |
class TextPresentationViewController:UIViewController { | |
let label = UILabel() | |
let blurStyle = UIBlurEffectStyle.Dark |