JNDropDownMenu
JNDropDownMenu copied to clipboard
Swift version of https://github.com/dopcn/DOPDropDownMenu
if the swift version is 4.1, when included this with pod,it will need to change func menuTapped to @objc func menuTapped, change func backgroundTapped to @objc func backgroundTapped, change NSFontAttributeName...
I am having trouble in showing dropdown menu upwards. Any suggestion would be helpful.
Is there any chance this supports safeAreaLayoutGuide. so that it can compatible with iPhone X
After Device Rotation, how to update UI?Thanks~
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...
Hi, Thanks for creating such a good repo for Swift. I have a simple question that can JNDropDownMenu support double column dropdown pattern like what is done in https://github.com/12207480/DOPDropDownMenu-Enhanced ?...