UIInterfaceOrientation interfaceOrientation = [[UIApplication sharedApplication] statusBarOrientation]; if (UIInterfaceOrientationIsPortrait(interfaceOrientation)) { }
- (void)viewDidAppear:(BOOL)animated { [super viewDidAppear:animated]; if ([[UIDevice currentDevice]orientation] == UIInterfaceOrientationLandscapeLeft){ //do something or rather [self shouldAutorotateToInterfaceOrientation:UIInterfaceOrientationLandscapeLeft]; NSLog(@"landscape left"); } if ([[UIDevice currentDevice]orientation] == UIInterfaceOrientationLandscapeRight){ //do something or rather [self shouldAutorotateToInterfaceOrientation:UIInterfaceOrientationLandscapeRight]; NSLog(@"landscape right"); } if ([[UIDevice currentDevice]orientation] == UIInterfaceOrientationPortrait){ //do something or rather [self shouldAutorotateToInterfaceOrientation:UIInterfaceOrientationPortrait]; NSLog(@"portrait"); } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง