UmwandelnIOS

Programmierung für iOS
Anonymous
 Umwandeln

Post by Anonymous »

Ich muss die Tabellenzelle aus der Datenbank bevölkern und Bilder sind auf dem Gerät.

Code: Select all

    cell.textLabel.text = [[offlineImageListArray objectAtIndex:indexPath.row] imageName];
UIImage *thumbnail = [self retrieveImageFromDevice:[[offlineImageListArray objectAtIndex:indexPath.row] imageName]];
NSData* data = ??????????;
ImageData *imageDataObject = [[ImageData alloc] initWithImageId:[[offlineImageListArray objectAtIndex:indexPath.row]imageId]
imageName:[[offlineImageListArray objectAtIndex:indexPath.row] imageName] imageData:data];
[imagesArray addObject:imageDataObject];

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post