ios - How to fill NSMutableArray with images from Parse -
hello need fill nsmutablearray images parse.com can please help
patternimages = [nsmutablearray arraywithobjects:@"neon-autumn.gif", @"alchemy.jpg", @"white-wood.jpg", @"green-goblin.png", @"subway-lines.png", @"canvas-orange.jpg", @"kiwis.png", @"cuadros.png", @"hodgepodge.png", @"naranjas.png", @"bunting-flag.png", nil];
i need display images database in parse.com
i url pffile using file.url
, create image using url, , add each image array.
nsurl *url = [nsurl urlwithstring:file.url]; nsdata *data = [nsdata datawithcontentsofurl:url]; uiimage *img = [[uiimage alloc] initwithdata:data cache:no];
Comments
Post a Comment