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

Naming of Dequeue Functions in UITableView and UICollectionView #136

Closed
ShivaHuang opened this issue Mar 22, 2017 · 3 comments
Closed

Naming of Dequeue Functions in UITableView and UICollectionView #136

ShivaHuang opened this issue Mar 22, 2017 · 3 comments

Comments

@ShivaHuang
Copy link
Member

I found the functions in UITableView and UICollectionView extensions for dequeue cell have the prefix deque like the following:

public func dequeReusableCell<T: UITableViewCell>(withClass name: T.Type, for indexPath: IndexPath) -> T

, not dequeue. Is this a typo or for some reason?

@SD10
Copy link
Member

SD10 commented Mar 22, 2017

@ShivaHuang Yes, thank you for pointing this out! I always misspell queue and dequeue. Feel free to submit a pull request or I can take care of it myself.

@ShivaHuang
Copy link
Member Author

@SD10 I just submitted a pull request #137, please review it.

@omaralbeik
Copy link
Member

Thank you @ShivaHuang and @SD10

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