假设我有2个Controller,BarViewController和FooViewController。FooViewController有一个名为imageView的UIImageView的导出:@property(nonatomic,weak)UIImageView*imageView;BarViewController有一个UIButton按钮的导出。BarViewController有一个从这个按钮到FooViewController的转场,称为BarToFooSegue(在Storyboard中完成)。当我运行以下代码并在FooViewController.imageVie