In iOS image from SOAP service set as NSData is cut. Which can be the reason? -


i have soap service. use sudzc.com generated wrapper access service. during communication receive image (several different images) have expose. use nsdata field saved in .plist file store image. problem in cases image cut on right side. use aspect fit. sure image cut inside app, because have similar app on android , in app image ok. use right , right side cut.

any ideas how manage situation?

edit:

i tried fixed image (as poojathorat suggested). fixed image shown ok.

i remove constraints , widen area of image in ib still cut (even resized - sizes of parts of image bigger).

set content mode of image scaletofill.

imageview.contentmode = uiviewcontentmodescaleaspectfit; imageview.clipstobounds = yes; 

Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -