imageView 在scrollView中间
imageview.center = scrollview.center;
如果想在左上角
imageview.frame = CGRectMake(0,0,image_width,image_height);