- (IBAction)btnProduct:(id)sender { testViewController *viewInfo = [[[testViewController alloc] initWithNibName:nil bundle:nil] autorelease]; [self presentViewController:viewInfo animated:YES completion:NULL]; }
if( [strStatus isEqualToString:@"1"] ){ UIAlertView *complete =[[UIAlertView alloc] initWithTitle:strMessage message:nil delegate:self cancelButtonTitle:@"OK" otherButtonTitles: nil]; [complete show]; MainViewController *viewInfo = [[[MainViewController alloc] initWithNibName:nil bundle:nil] autorelease]; viewInfo.sMemberID = struser_id; viewInfo.sComID = strcom_id; [self presentViewController:viewInfo animated:NO completion:NULL]; } else // Login Failed { UIAlertView *error =[[UIAlertView alloc] initWithTitle:@":( Error!" message:strMessage delegate:self cancelButtonTitle:@"OK" otherButtonTitles: nil]; [error show]; ViewController *viewInfo = [[[ViewController alloc] initWithNibName:nil bundle:nil] autorelease]; [self presentViewController:viewInfo animated:NO completion:NULL]; }
[self presentViewController:[self.storyboard instantiateViewControllerWithIdentifier:@"Page2"] animated:NO completion:NULL];
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง