TiCollectionView icon indicating copy to clipboard operation
TiCollectionView copied to clipboard

iOS: Header and footer for sections is not shown.

Open jonasfunk opened this issue 9 years ago • 14 comments

Running the included example does not show header and footer for sections. Using version 1.3.0.

jonasfunk avatar Apr 28 '15 06:04 jonasfunk

With the Alloy example?

mpociot avatar Apr 28 '15 07:04 mpociot

Yes, with the alloy example.

jonasfunk avatar Apr 28 '15 08:04 jonasfunk

Just tested the example in classic version. No luck there either.

jonasfunk avatar Apr 29 '15 08:04 jonasfunk

Yep, got the same problem.

Also (i think it is connected) the https://github.com/FokkeZB/nl.fokkezb.infiniteScroll is not visible too.

IonRod avatar May 02 '15 11:05 IonRod

@adesugbaa Could you check that problem out?

IonRod avatar May 02 '15 11:05 IonRod

Please try again with version 1.3.1 - thank you

mpociot avatar May 12 '15 19:05 mpociot

@mpociot HeaderView is OK while FooterView still do not work but mb I've done something wrong. Could you commit all the changes?

IonRod avatar May 12 '15 19:05 IonRod

Thanks for looking in to this, Marcel! Tested and this is what I have found:

  1. It's not possible to have different section headers. The last section header is shown in all sections.
  2. The latter also affects the global section header.
  3. Its only possible to set the global section header programmatically (or is it?)

jonasfunk avatar May 12 '15 19:05 jonasfunk

FooterView still does not work.

Ti 4.0.GA collectionView 1.4.0

yomybaby avatar Jun 03 '15 09:06 yomybaby

I can confirm it, still waiting for a fix. Headerview works, footer doesn't.

arifje avatar Jun 03 '15 09:06 arifje

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.

nuno avatar Sep 22 '15 16:09 nuno

any luck for fix this ?

e3bmo3ty avatar Dec 21 '15 11:12 e3bmo3ty

@e3bmo3ty Not yet, sorry.

nuno avatar Oct 08 '16 20:10 nuno

Anyone tried to fix headerView / headerTitle ? Is there any workaround ?

ottopic avatar Jun 08 '18 07:06 ottopic