TiCollectionView
TiCollectionView copied to clipboard
iOS: Header and footer for sections is not shown.
Running the included example does not show header and footer for sections. Using version 1.3.0.
With the Alloy example?
Yes, with the alloy example.
Just tested the example in classic version. No luck there either.
Yep, got the same problem.
Also (i think it is connected) the https://github.com/FokkeZB/nl.fokkezb.infiniteScroll is not visible too.
@adesugbaa Could you check that problem out?
Please try again with version 1.3.1 - thank you
@mpociot HeaderView is OK while FooterView still do not work but mb I've done something wrong. Could you commit all the changes?
Thanks for looking in to this, Marcel! Tested and this is what I have found:
- It's not possible to have different section headers. The last section header is shown in all sections.
- The latter also affects the global section header.
- Its only possible to set the global section header programmatically (or is it?)
FooterView still does not work.
Ti 4.0.GA collectionView 1.4.0
I can confirm it, still waiting for a fix. Headerview works, footer doesn't.
Does anyone have put the HeaderView to show? I just see the space but no text or background color :(
<HeaderView>
<View backgroundColor="#000000" height="100">
<Label>FOO</Label>
</View>
</HeaderView>
Thanks.
any luck for fix this ?
@e3bmo3ty Not yet, sorry.
Anyone tried to fix headerView / headerTitle ? Is there any workaround ?