We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
self.frame.size.height should be self.view.frame.size.height
self.frame.size.height
self.view.frame.size.height
self.grid = [[[SMGridView alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.width, self.frame.size.height)] autorelease];
The text was updated successfully, but these errors were encountered:
brewster#3 Typo in documentation
3efff8d
No branches or pull requests
self.frame.size.height
should beself.view.frame.size.height
The text was updated successfully, but these errors were encountered: