ChrisXu / CXAlertView

Custom alert-view which allow you to add view as main content.
MIT License
323 stars 81 forks source link

When string length is too long, view does not grow #45

Open silonab opened 8 years ago

silonab commented 8 years ago

I have a situation where I have an image set as the contentView and a string above it. when the string is too long, the image is hiding the text, instead of being below it, and having the container view grow.

ChrisXu commented 8 years ago

Sorry for very late reply. I think you should combine the image and the string to a container as contentView and assign it the alertView. Let me know if it is still a problem.