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
一般使用场景是 按照点击的第几个 进行跳转。 现在好像只能通过title进行判断跳转吗? 比如tableview 会有 index是第几个。但是这个好像没找到。
The text was updated successfully, but these errors were encountered:
为什么不知道?不是有点击回调吗
Sorry, something went wrong.
你在认真看下代码
嗯。原来是index。谢谢。 func WHCMenuView(menuView: WHC_MenuView ,item: WHC_MenuItem, title: String){ print(title) print(item.index) }
No branches or pull requests
一般使用场景是 按照点击的第几个 进行跳转。 现在好像只能通过title进行判断跳转吗?
比如tableview 会有 index是第几个。但是这个好像没找到。
The text was updated successfully, but these errors were encountered: