iphone - UIImageView performance -
i have iphone app gets jpeg images through wifi @ rate can control , displayes them using uiimageview. seems best performance can 2fps. lookes uiimageview cant handle [uiimageview setimage:image] quickly.
is there better solution other using uiimageview allow me betterframe rate?
i understand need json pass multiple info service re creating image json string consumes both memory , processor time. use json pass url of bytes instead , retrieve bytes using get.
i expect have json { path = "/images/funnryrabbits.jpg", anyproperty: "anyvalue" }
Comments
Post a Comment