When calling MKProgress indicator from iOS 13 it's not showing, the below version works fine < 13 ios version.
DispatchQueue.main.async{
MKProgress.show()
}
This happenes after adding SceneDelegate to project.
When calling MKProgress indicator from iOS 13 it's not showing, the below version works fine < 13 ios version.
DispatchQueue.main.async{
MKProgress.show()
}
This happenes after adding SceneDelegate to project.
Update your pod file with the below code
pod 'MKProgress', '~> 1.1.0'