-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MKProgress not showing in ios 13 #3
Comments
Yes, this has happened to me too. Any solution for this issue? |
Any solution to make it work for ios 13 or above? |
@fauzibinfaisal Please try pods by fetching the source code as below. Meanwhile i will fix the issue. pod 'MKProgress', :git => 'https://github.com/kamirana4/MKProgress.git' |
I already tried using pod 'MKProgress', :git => 'https://github.com/kamirana4/MKProgress.git', but didn't worked.
Okay, thank you for the response @kamirana4. I hope it will fix asap. Nice Library btw |
This can be fixed manually by editing in MKProgress.swift
To:
|
MKProgress.show() not working from iOS 13 version.
This happens after adding SceneDelegate to project.
below version its works fine.
The text was updated successfully, but these errors were encountered: