设置一个 UIView 占据整个屏幕,这样对吗?
self.mapView.frame = CGRectMake(0, 0, self.view.frame.size.width, self.view.frame.size.height);
或者我应该使用 self.view.bounds ...?
设置一个 UIView 占据整个屏幕,这样对吗?
self.mapView.frame = CGRectMake(0, 0, self.view.frame.size.width, self.view.frame.size.height);
或者我应该使用 self.view.bounds ...?