qmathe / DropDownMenuKit

UIKit drop down menu, simple yet flexible and written in Swift
Other
302 stars 38 forks source link

Fix issue #18 scroll of TableView when too many items #20

Closed rico237 closed 7 years ago

rico237 commented 7 years ago

I also took the liberty of writing my name as a contributor to the readme.md file ... if u don't like it it's ok but at least accept my code fix so the menu scroll for long list of items and don't when there are few items. :) French_Power !!

rico237 commented 7 years ago

Well I think it's ok now made those indentation fixes (my Xcode add somme indentations issue), they looked perfect on my computer but once pushed to github the files were messy ... :/ so i tried to use a tool for indentation, then finally end up indenting with github code editor :D

qmathe commented 7 years ago

Thanks for the pull request! I just merged it.

btw to check the indentation in Xcode, you can use Show Invisibles in Editor menu.

For switching between 'tabs' and 'spaces' in Xcode, you can select the project row in the project navigator (the left side pane), then go to Text Settings in the inspector (the right side pane).