python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to fix "This decoder will only decode classes that adopt NSSecureCoding. Class 'UIImageView' does not adopt it."
I am trying to archive my UIImageView which contains many CaLayers and Views.
I am successfully saved 'UIImageView' as Data through below code..
let data = try? NSKeyedArchiver.archivedData(wi...
Ali Akbar
Votes: 0
Answers: 0
why won't right, left, width, height work on UIImageView?
I'm following a tutorial for a messaging chat app and I keep getting errors on the UIImageViews. For example ~ userImageView.right, userImageView.width, etc. all get errors saying UIImageView has no m...

Senator
Votes: 0
Answers: 2
Autolayout UIScrollView with a content view and UIImageView not sizing properly
I'm having some problems with the UIView where all content is added as subviews (ALLES_SAMEN_VIEW). I've added some borders so you can see where it's going wrong.
I'm adding all my views as subviews t...
Kets
Votes: 0
Answers: 1
iOS - how to show multi network images at the same time?
On my UIView, I have 3 UIImageViews to load 3 image's url. As we all know, 3 UIImageView load images has time difference , But I have a requirement: After 3 images all downloaded, then 3 UIImageViews ...
zhouxinle
Votes: 0
Answers: 2