why won't right, left, width, height work on UIImageView? – Ios swift
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 member. I've used the right/width/height in other parts of my…