How to display .tiff images in iphone?

后端 未结 2 1028
南笙
南笙 2021-01-29 07:10

I want to display .tiff images coming from server in my native iphone application. Is it possible to display .tiff images in native iphone application? I am trying to solve this

2条回答
  •  梦如初夏
    2021-01-29 07:18

    Here it says that the tiff format is supported by the UIImage class so you can load it in one of those and put it into an UIImageView. Have you already tried this? If the answer is yes, post some code

提交回复
热议问题