NameID = @"Name"; // And add a few recipes to it recipes = [NSMutableArray arrayWithCapacity:10]; Recipe* recipe = [[Recipe alloc] init]; NSData*jsonData = [NSData dataWithContentsOfURL :[NSURL URLWithString:@"http://localhost/url/jSonLive.php"]]; id jsonobjects = [NSJSONSerialization JSONObjectWithData:jsonData options:NSJSONReadingMutableContainers error:nil]; for ( NSDictionary *dataDict in jsonobjects) { recipe.name = [dataDict objectForKey:@"Name"]; [recipes addObject:recipe]; }
Quote:http://localhost/url/jSonLive.php
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง