I want to set property value, but getting the error "Cannot assign to the result of this expression".
let operationPageViewController:UIPageViewController = UIPageViewController(transitionStyle: UIPageViewControllerTransitionStyle.Scroll, navigationOrientation: UIPageViewControllerNavigationOrientation.Horizontal, options: nil)
operationPageViewController.viewControllers = ["firstViewController","secondViewController"]
This property is inaccessible or did I do something wrong?