- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { NSDictionary *tmpDict = [myObject objectAtIndex:indexPath.row]; DetailController *view2 = [[[DetailController alloc] initWithNibName:nil bundle:nil] autorelease]; view2.sImage = [tmpDict objectForKey:images]; view2.sName = [tmpDict objectForKey:name]; view2.sDescription = [tmpDict objectForKey:description]; [self presentViewController:view2 animated:YES completion:NULL]; }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง