0

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.

kiran
  • 4,285
  • 7
  • 53
  • 98

2 Answers2

0

I think, it is all about third party library issue so please try

pod update
roadRunner
  • 173
  • 1
  • 23
0

Update your pod file with the below code

pod 'MKProgress', '~> 1.1.0'
ANTRIKSH VERMA
  • 363
  • 2
  • 6