DOPDropDownMenu-Enhanced
DOPDropDownMenu-Enhanced copied to clipboard
关于左右列表的高度的问题
NSInteger num = [_leftTableView numberOfRowsInSection:0] >[_rightTableView numberOfRowsInSection:0]?[_leftTableView numberOfRowsInSection:0]:[_rightTableView numberOfRowsInSection:0]; 这样写会不会更合理一些??? 比如左边只有一行,右边有10行的情况。
第二个问题 menu每一列的初始title 可不可以不是第一个cell的title而是自定义,选中后再呈现cell的title
他这个bug太严重了!
不过真的很容易改的。 在rightTableView那里重新设置下高度就好了
可以提pull request