fancymax / AutoCompleteTextField

AutoCompleteTextField for OS X
MIT License
70 stars 7 forks source link

fix: popover throws when contentView has zero height #2

Closed futurist closed 7 years ago

futurist commented 7 years ago

see #1, the problem is popover will throws when contentView has zero height.

also, use delegate to make it stable.