Azuritul / AZDropdownMenu

A simple dropdown menu component for iPhone
http://azuritul.github.io/AZDropdownMenu
MIT License
193 stars 50 forks source link

Can't see the first and second cell #19

Closed YHSX88 closed 8 years ago

YHSX88 commented 8 years ago

Hi Guys

I have this issue where I'm not able to see 1st and 2nd cell after I open the dropdown menu.

I used two heights first menu?.itemHeight = 40 screen shot 2016-04-18 at 23 56 25

and here i have menu?.itemHeight = 120 screen shot 2016-04-19 at 00 00 44

I'm not sure why but is not working. The nav bar is 44 in height

Can you help me with this ?

Thanks in Advance !

Azuritul commented 8 years ago

Can you set navigationBar's translucent property to false?

YHSX88 commented 8 years ago

Yes that is fixing the problem I had, now I can see the first row with itemHeight of 10 even

Thanks Very Much !!!