ios - Push image from client side to users in ViewController from parse framework? -



ios - Push image from client side to users in ViewController from parse framework? -

i creating demo application uses parse framework. want show images in uiimageview developer parse business relationship users installed app. how can accomplish this? waiting help.

thanks :)

there 2 ways can store images on parse:

1) create object field imageurl (for example) , store link image. in case need load image url in app (you can utilize afnetworking uiimageview category in background).

in case need additional api store images on server (or s3)

2) can save image info @ parse. there documentation can utilize build way store images @ parse.com

ios iphone parse.com

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -