vaishdolly13
vaishdolly13
I have updated the code. Now, for every progress bar, you can give different duration. For this, instead of init(numberOfSegments: Int, duration: TimeInterval = 5.0) { We need to pass...
@commando24 There will be no concept for self.duration. Now, this will be array of duration. Instead of "private let duration: TimeInterval" use private var durationArr = [TimeInterval]() Also , before...
I am having the same issue 'Dependency "HDWalletKit" has no shared framework schemes for any of the platforms: iOS'