Pass Full Array between view controllers in swift
问题 I am trying to pass a full array between view controllers but cannot figure out the missing piece. In view controller one I have: protocol ExclusionsViewViewControllerDelegate{ func ExcUpperDidFinish(controller:ExclusionsView) func ExcLowerDidFinish(controller:ExclusionsView) } class ExclusionsView: UIViewController, UITableViewDataSource, UITableViewDelegate { var delegate:ExclusionsViewViewControllerDelegate? = nil var ExcLowerArray:[Int]=[] var ExcUpperArray:[Int]=[] @IBOutlet var