In iOS 8, I\'m trying to add a UIImageView as a subview of a UITextView, similar to what\'s shown here - but with the text below the image.
Workaround suggestion:
Add a line break to your text.
textView.text = "\n" + textView.text