开发者

Strange UIImage problem

开发者 https://www.devze.com 2023-03-20 23:18 出处:网络
My app takes an image from UIImagePicker and displays it but after scrolling through the images in a uiscrollview a few times, an image can mostly not be displayed, replaced with blank spots where it

My app takes an image from UIImagePicker and displays it but after scrolling through the images in a uiscrollview a few times, an image can mostly not be displayed, replaced with blank spots where it should be instead. After that various ui elements can disappear, for example other uiimages, and the time on the phone lock screen until the app's closed.

I'm unsure how to describe th开发者_JAVA技巧is to well, maybe it'll ring a bell with someone. It only happens when the uiimages are added to subview.


I had the same problem and took me some times to figure it out. But the actual answer is pretty easy. Look at the "size inspector" and check "autoresizing" for your UIImageView. It changes the way your UIImageView is positioned and sized after you use a scroll.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号