iphone - How to load url with "POST" type httpMethod in TTImageView? -
i using ttimageview loading images asynchronously in iphone.
url image post type.
how can load url post type httpmethod in ttimageview?
please.
ttimageview doesn't support post method. should load image data using library afnetworking. , [uiimage imagewidthdata:data] uiimage , provide image view.
Comments
Post a Comment