Closed haoyuguo closed 9 years ago
This is supposed to create a black bar on the top, but it gives error instead:
Navbar::inverse(array(), Navbar::FIX_TOP)
This works:
Navbar::inverse(array())
Would you please kindly help?
Thanks!
Edit: Just figured this out. It should be
Navbar::inverse()->top()
I suppose we should make sure that inverse and create act similarly - I'll get on this tomorrow
inverse
create
Fixed in 94185f
This is supposed to create a black bar on the top, but it gives error instead:
Navbar::inverse(array(), Navbar::FIX_TOP)
This works:
Navbar::inverse(array())
Would you please kindly help?
Thanks!
Edit: Just figured this out. It should be
Navbar::inverse()->top()