I will show a disclaimer after the user login, but it seems the message of disclaimer is too long that the UIAlertController can show the whole text, can't show the title, can't scroll the message, didn't show the action button. Is there someone has this situation, and how did you fix this?
Now, I add UITextView as a subview to show message.How to set the frame of UIAlertController is a problem, and I solve this by setting message in UIAlertController. Hope apple can fix it in future.