Closed aliasdoc closed 7 years ago
thanks! Do you mean its not getting called from your code? Can you please show me the initialization code you have used?
Hi @amratab, I'm doing this way:
self.masterViewController.stepView.currentIndex = 1
self.masterViewController.stepView.completedTillIndex = 1
I am sorry for replying so late. You have to set delegate inside your controller as showed in the README. progressBar.delegate = self In your case, I guess self.masterViewController.stepView.delegate = self.masterViewController
Hi, for first, good job !
I just see that
didSelectItemAtIndex()
delegate method is not fired after setting current index, just need to call in setter