javalnanda / JNDropDownMenu

Swift version of https://github.com/dopcn/DOPDropDownMenu
MIT License
64 stars 8 forks source link

func titleForRow doesn't support tags of tableview #9

Open WhatTheNathan opened 7 years ago

WhatTheNathan commented 7 years ago

I use a controller to control two tableviews,and they both get a JNDropDownMenu. In this case,I use the tag of tableviews to distinguish them in JNDropDownMenuDataSource. However,all functions support tags of tableview except func titleForRow.