gto changing the image as instigram in twitter after posting?
Am posting the image after changing it to instigram color.In the view the color is getting changed.but after posting when I chech it in my twitter it is showing the normal image without any change of color.Can any one guide me.
Tha开发者_如何学Pythonnks
Make sure you're using the image whose data's been modified when you're applying the effects. You might be using UIImageView to hold the image on your view, now let's assume your UIImageView's object's name is imageView, so now you use imageView.image property when passing the image to the function which is posting image on twitter. You might be passing the original UIImage object which doesn't know about the changes you did recently.
精彩评论