Добавить функцию ниже во всех ваших файлах viewController.m.
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation {
// Return YES for supported orientations.
return (interfaceOrientation == UIInterfaceOrientationPortrait || interfaceOrientation == UIInterfaceOrientationPortraitUpsideDown); // support only portrait
}
Добавить ниже введите ваш файл info.plist
Начальная ориентация интерфейса
И установите егозначение как «Портрет (нижняя кнопка домой)»
Приветствия.