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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -