mochidev/MDSpreadView

[This is not Issue, this is question] How to always show row header and first row ?

Closed this issue · 5 comments

Hi Dimitri.

First thanks for great library.
And sorry for my bad english.

I'm using your library for my project.
I try to find the way to always show column header, row header and first row (default is column header and row header only),
but i can't found anything.

So can you tell me how to always show column header, row header and first row, please. This is very important for me.

Thanks in advance.

One way would be to make the header row look like two rows. Otherwise, there is currently no supported way to do this :(

Dimitri Bouniol
�$BDjL%EaMx�(B
mochidev.com Lead Developer
Follow me @dimitribouniol
Sent from my iPhone 5S

On Mar 4, 2014, at 8:22 PM, fatenumber2 notifications@github.com wrote:

First thanks for great library.
And sorry for my bad english.

I'm using your library for my project.
I try to find the way to always show column header, row header and first row,
but i can't found anything.

So can you tell me how to always show column header, row header and first row, please. This is very important for me.

�$B!=�(B
Reply to this email directly or view it on GitHub.

Hi Dimitri.

Thank you for your quick reply.
I think about create another scrollview look like header row, but i can't understand when the MDSpreadView's scroll event occurs?

Can you tell me the function that scroll event occurs, please ?

Thanks in advance.

MDSpreadView does all the scroll calculation in - layoutSubviews. You can also do an override in the spread view's delegate method, -scrollViewDidScroll:

Is this what you meant?

Dimitri Bouniol
�$BDjL%EaMx�(B
mochidev.com Lead Developer
Follow me @dimitribouniol
Sent from my iPhone 5S

On Mar 4, 2014, at 9:54 PM, fatenumber2 notifications@github.com wrote:

Hi Dimitri.

Thank you for your quick reply.
I think about create another scrollview look like header row, but i can understand when the MDSpreadView's scroll event occurs?

Can you tell me the function that scroll event occurs, please ?

Thanks in advance.

�$B!=�(B
Reply to this email directly or view it on GitHub.

Thanks Dimitri.

That is exactly answer i want to know.
I will try to create another scrollview look like header row.

Thanks again in advance.

Good luck! �$B4hD%$C$F!*�(B

Dimitri Bouniol
�$BDjL%EaMx�(B
mochidev.com Lead Developer
Follow me @dimitribouniol
Sent from my iPhone 5S

On Mar 4, 2014, at 10:14 PM, Yoshida notifications@github.com wrote:

Thanks Dimitri.

That is exactly answer i want to know.
I will try to create another scrollview look like header row.

Thanks again in advance.

�$B!=�(B
Reply to this email directly or view it on GitHub.