Closed ooii closed 7 years ago
You should ask questions like this on stackoverflow.com or similar sites. This is a bug tracker not a support forum.
That being said, two things I see immediately are that you are not setting the mode
property and you are not calling showAdded
on the main thread. There are probably other issues. Take a look at the example project.
You're absolutely right. I'm sorry. Thanks for your help.
Hi,
I'm using MBProgressHUD in my app that offers a share extension, which purpose is to upload a photo directly from the photo album to a server for image analysis.
I'd like that upload progress is shown during upload and, once that done, a message is displayed for 2 seconds stating that the image was correctly uploaded.
I use the following code but (1) it displays only a spinner during upload and (2) the final message is shown very briefly, very less than half a second.
What am I doing wrong?
Thanks a lot for your help.