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

javascript - THREE.js reposition vertices for RingGeometry -

javascript - I need to update the text of a paragraph by inline edit -

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