ChrisXu / CXAlertView

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

Set _contentScrollView.autoresizesSubviews to NO #44

Closed skx926 closed 8 years ago

skx926 commented 9 years ago

Use customized contentView and autolayout, contentView will missplace. Set _contentScrollView.autoresizesSubviews to NO will fix this problem.

ChrisXu commented 8 years ago

Thx!