วิธีการทำให้ app ใน ipad iphone หมุนจอได้เฉพาะแนวนอน (landscape)
ง่ายๆ ครับ แค่เปลี่ยนค่าตามนี้
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation{
return UIInterfaceOrientationIsLandscape(interfaceOrientation);
}
ความคิดเห็น
แสดงความคิดเห็น