We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
public func selectItemAtIndex(index: Int) { let tag = index + tagGap let currentIndex = selectedItem.tag - tagGap //this line exit break guard currentIndex != index && selectedItem != nil else { return } let menuItem = viewWithTag(tag) as! MenuItem selectedItem.selected = false selectedItem = menuItem selectedItem.selected = true progressView?.moveToPosition(index, animation: false) delegate?.menuView?(self, didSelectedIndex: index, fromIndex: currentIndex) refreshContentOffset() }
The text was updated successfully, but these errors were encountered:
Hey, @misuqian Can u give more information so I can figure out much more easier? In which situation you got this message? and the log?
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: