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

Reload Views #6

Closed
utkuerturk opened this issue Jan 15, 2013 · 2 comments
Closed

Reload Views #6

utkuerturk opened this issue Jan 15, 2013 · 2 comments

Comments

@utkuerturk
Copy link

Is there any methot to reload views . Like [tableView reloadData];

@rayshih
Copy link

rayshih commented Jan 25, 2013

After look into source code, I currently use this method to achieve this.

[self.gridView awakeFromNib];
[self.gridView jumpToIndex:0];

@ikhsan
Copy link
Owner

ikhsan commented May 17, 2013

Just added the method, the implementation is similar to rayshish's

- (void)reloadData;

@ikhsan ikhsan closed this as completed May 17, 2013
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

3 participants