The mode MBProgressHUDModeText only supports a single line of text. This is very limiting when the device may be a phone which is held vertical. This precludes me from using it to present arbitrary NSErrors because they will usually not fit.
Here is the code I am using to present these errors:
The mode
MBProgressHUDModeText
only supports a single line of text. This is very limiting when the device may be a phone which is held vertical. This precludes me from using it to present arbitraryNSError
s because they will usually not fit.Here is the code I am using to present these errors: