Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand Cell is not Being called. #15

Open
soniacasas opened this issue Dec 17, 2014 · 8 comments
Open

Expand Cell is not Being called. #15

soniacasas opened this issue Dec 17, 2014 · 8 comments

Comments

@soniacasas
Copy link

Hi there! Great job with this awesome subclass!!

I'm building the Example for ipad with iOS7 and iOS8 and

//perform your expand stuff (may include animation) for cell here. It will be called when the user touches a cell
-(void)tableView:(UITableView *)tableView expandCell:(UITableViewCell *)cell withIndexPath:(NSIndexPath *)indexPath

is not being called when i touch the cell, and sometimes is called when i already pressed a couple of cells. Do you know what is happening and why this method is not being called?

Thanks so much!

@xerxes235
Copy link
Collaborator

Can you post your sample project? Either by attaching it or sharing it on some file hostings...

Sent from my iPhone

On Dec 17, 2014, at 11:48 PM, soniadeep notifications@github.com wrote:

Hi there! Great job with this awesome subclass!!

I'm building the Example for ipad with iOS7 and iOS8 and

//perform your expand stuff (may include animation) for cell here. It will be called when the user touches a cell
-(void)tableView:(UITableView *)tableView expandCell:(UITableViewCell *)cell withIndexPath:(NSIndexPath *)indexPath
is not being called when i touch the cell, and sometimes is called when i already pressed a couple of cells. Do you know what is happening and why this method is not being called?

Thanks so much!


Reply to this email directly or view it on GitHub.

@soniacasas
Copy link
Author

I'm just building and running this exactly repository :)

@xerxes235
Copy link
Collaborator

Expand cell is called when you touch a collapsed cell. And when you touch a collapsed cell the collapseCell delegate will be called.

Sent from my iPhone

On Dec 18, 2014, at 12:12 AM, soniadeep notifications@github.com wrote:

I'm just building and running this exactly repository :)


Reply to this email directly or view it on GitHub.

@soniacasas
Copy link
Author

i Know, that's the comment say: "//perform your expand stuff (may include animation) for cell here. It will be called when the user touches a cell"

And i'm Touching a collapsed cell, (at the beginning of the example every cell is collapsed) and collapsedCell is not being called. Can you take a look please?

Thank you!

@xerxes235
Copy link
Collaborator

Yes, sounds like a bug. I corrected it and pushed the update. Download and enjoy.

If you have submitted an app to the AppStore that uses HVTableView; would you please send me a link it?

Sent from my iPhone

On Dec 18, 2014, at 12:21 AM, soniadeep notifications@github.com wrote:

i Know, that's the comment say: "//perform your expand stuff (may include animation) for cell here. It will be called when the user touches a cell"

And i'm Touching a collapsed cell, (at the beginning of the example every cell is collapsed) and collapsedCell is not being called. Can you take a look please?

Thank you!


Reply to this email directly or view it on GitHub.

@soniacasas
Copy link
Author

i'm developing the app right now, when I submit the app I'll send you the link!

Thanks!

@soniacasas
Copy link
Author

Hi @xerxes235 I tried the example and now works great! there's Only one detail when you have multiple expand cells, when i scroll down and scroll up again the button "Purchase Now" disappear

@xerxes235
Copy link
Collaborator

I'm on it.

Sent from my iPhone

On Dec 18, 2014, at 5:06 PM, soniadeep notifications@github.com wrote:

Hi @xerxes235 I tried the example and now works great! there's Only one detail when you have multiple expand cells, when i scroll down and scroll up again the button "Purchase Now" disappear


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants