maxkonovalov / MKDropdownMenu

🔻 Dropdown Menu for iOS with many customizable parameters to suit any needs
MIT License
524 stars 83 forks source link

Update issue #16 #18

Closed EddieLukeAtmey closed 7 years ago

EddieLukeAtmey commented 7 years ago

I've updated for this issue, please merge so we'll able to display full line.

maxkonovalov commented 7 years ago

@EddieLukeAtmey thanks for providing the fix, but it has a side effect of always showing the separator line in the last row, which can be undesirable for some cases like having a border around the dropdown. I implemented a workaround by adding dropdownShowsBottomRowSeparator property - see the commit 1ffe4acf02daa13dde55f5ebe78b8c7a0de59877 for more details.