It's simpler than I thought to apply the regionOfInterest. I just had to add viewController.regionOfInterest = CGRectMake(0, 0, 200, 200)
in the override func viewDidLoad() function. Thanks again Ilia for getting me to think differently about it.