мое приложение имеет изображение в качестве фона, если я поворачиваю устройство, все виджеты и поворачиваются, но не фоновое изображение.
Моя реализация shouldAutorotateToInterfaceOrientation
прямолинейна:
// Override to allow orientations other than the default portrait orientation.
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
// Return YES for supported orientations
return (interfaceOrientation != UIInterfaceOrientationPortraitUpsideDown);
}
Есть подсказки?
С уважением,
Sascha