KRProgressHUD
KRProgressHUD copied to clipboard
show message only once
Hello
I'm using this code
KRProgressHUD.set(duration: 2).set(font: fontRegular(size: 14)).showInfo(withMessage: "Error")
but only show message once and not working again
@MansoorJafari9 Please use latest version.
Thanks for answer I'm Using KRProgressHUD (3.4.1) Is it Ok?
@MansoorJafari9 Please use 3.4.4 :)
CocoaPods could not find compatible versions for pod "KRProgressHUD": In Podfile: KRProgressHUD (~> 3.4.4)
@MansoorJafari9
Probably need to run pod repo update
Thanks for your answer but only show message once and not working again
@MansoorJafari9 Can you show me a sample project that can reproduce the problem?
I have a calendar and after click each cell for the first time working fine and show me a message but second time click freeze page for 2 seconds and not showing a message Could you give me an email to send a video about this problem?
@MansoorJafari9
Please send to ****
sent
Is this problem solved?
@cjd8505 The reply from @cjd8505 was lost. So I don't know if it was solved.
Do you have the same problem?
@cjd8505 The reply from @cjd8505 was lost. So I don't know if it was solved.
Do you have the same problem?
Yes. I used the newest version.
@cjd8505 Is a demo project same? (under DEMO/ dir)
@cjd8505 Is a demo project same? (under DEMO/ dir)
My problem is solved. I wrongly used 'KRProgressHUD.dismiss(completion)' without wrapping by 'DispatchQueue.main.asyncAfter'.
I have the same problem :(
KRProgressHUD.show(withMessage: "Downloading...")
KRProgressHUD.showSuccess(withMessage: "Success!")
is working only once...
EDIT: I have an answer, I had to do Xcode clean, delete Derived Data and reset content and settings on simulator. Now it's working 👍