Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
binarydev
/
GMGridView
Public
forked from
gmoledina/GMGridView
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
develop
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 7, 2012
Merge pull request #41 from tonyarnold/develop
Show description for a9af11f
steipete
committed
a9af11f
View commit details
Copy full SHA for a9af11f
Browse repository at this point
Fix pointer signedness comparison issues. Wherever possible, I've cast NSUInteger back to NSInteger as we're not using any values large enough for this to be an issue.
tonyarnold
committed
f3f5af8
View commit details
Copy full SHA for f3f5af8
Browse repository at this point
Commits on Feb 1, 2012
Now inheriting from UIScrollView
gmoledina
committed
bbcb65d
View commit details
Copy full SHA for bbcb65d
Browse repository at this point
Cherry-pick
soleares
authored and
gmoledina
committed
bf2776e
View commit details
Copy full SHA for bf2776e
Browse repository at this point
Commits on Jan 31, 2012
Added synthesize in cell for reuseIdentifier + minor code change
gmoledina
committed
78b9d7a
View commit details
Copy full SHA for 78b9d7a
Browse repository at this point
Commits on Jan 29, 2012
Merge pull request #36 from dennda/quartzcore_includefix
Show description for 657b5c3
gmoledina
committed
657b5c3
View commit details
Copy full SHA for 657b5c3
Browse repository at this point
Merge pull request #37 from dennda/centergrid_fix
Show description for 6f56840
gmoledina
committed
6f56840
View commit details
Copy full SHA for 6f56840
Browse repository at this point
Commits on Jan 28, 2012
Fix centerGrid option to adhere to docs. It said it defaulted to YES, but it didn't. Defaults to YES now.
dennda
committed
04ddbca
View commit details
Copy full SHA for 04ddbca
Browse repository at this point
fix compilation. Was broken due to incorrect header import. It's QuartzCore, not Quartzcore...
dennda
committed
900c5d7
View commit details
Copy full SHA for 900c5d7
Browse repository at this point
Commits on Jan 27, 2012
Added the support to identify a cell and reuse it with a specific identifier.
jcouture
committed
a27c51c
View commit details
Copy full SHA for a27c51c
Browse repository at this point
Commits on Jan 20, 2012
_contentSize = CGSizeMake(bounds.size.width * self.numberOfPages,
gmoledina
committed
631774c
View commit details
Copy full SHA for 631774c
Browse repository at this point
Added switching data example in demo 1 through a segmentedControl
gmoledina
committed
d449093
View commit details
Copy full SHA for d449093
Browse repository at this point
Commits on Jan 12, 2012
replaces 0-delay animation blocks with more lightweight CATransaction.
Show description for 22ec389
Peter Steinberger
committed
22ec389
View commit details
Copy full SHA for 22ec389
Browse repository at this point
Commits on Jan 8, 2012
Added support for Interface builder / storyboard
gmoledina
committed
a23c8f9
View commit details
Copy full SHA for a23c8f9
Browse repository at this point
Update readme & fixed small glitch when rotating device while pinching view
gmoledina
committed
a1b7231
View commit details
Copy full SHA for a1b7231
Browse repository at this point
Merge branch 'master' into develop
gmoledina
committed
14f7533
View commit details
Copy full SHA for 14f7533
Browse repository at this point
Changed size for fullsize in demo1
gmoledina
committed
2907d26
View commit details
Copy full SHA for 2907d26
Browse repository at this point
Added support for different item size and fullscreen item size per orientation
gmoledina
committed
9545143
View commit details
Copy full SHA for 9545143
Browse repository at this point
Commits on Dec 24, 2011
reuse cells *before* adding then
Show description for 8fe1719
Peter Steinberger
committed
8fe1719
View commit details
Copy full SHA for 8fe1719
Browse repository at this point
Commits on Dec 23, 2011
don't call dataSource when we disable editing
Peter Steinberger
committed
e150077
View commit details
Copy full SHA for e150077
Browse repository at this point
Fixed minor size bug (edge case), changed < to <=
Show description for b38f66b
gmoledina
committed
b38f66b
View commit details
Copy full SHA for b38f66b
Browse repository at this point
Commits on Dec 21, 2011
why was this commented out! this is damn important to me!
Peter Steinberger
committed
32db93f
View commit details
Copy full SHA for 32db93f
Browse repository at this point
Commits on Dec 20, 2011
re-set interface name
Peter Steinberger
committed
0ee2266
View commit details
Copy full SHA for 0ee2266
Browse repository at this point
merged conflict
Peter Steinberger
committed
bb10557
View commit details
Copy full SHA for bb10557
Browse repository at this point
change development target of static library to 4.0
Show description for 147b169
Peter Steinberger
committed
147b169
View commit details
Copy full SHA for 147b169
Browse repository at this point
Added quick comment on delete delegate callback method
gmoledina
committed
3084593
View commit details
Copy full SHA for 3084593
Browse repository at this point
Fixed typos in readme
gmoledina
committed
3746238
View commit details
Copy full SHA for 3746238
Browse repository at this point
Uncommented some code I had commented for testing
gmoledina
committed
c700cd1
View commit details
Copy full SHA for c700cd1
Browse repository at this point
Changed the delete delegate methods, minor changes in code format
gmoledina
committed
59d1d43
View commit details
Copy full SHA for 59d1d43
Browse repository at this point
remove clutter
Peter Steinberger
committed
08acd3b
View commit details
Copy full SHA for 08acd3b
Browse repository at this point
Merge pull request #20 from tonyarnold/master
Show description for 3a9c753
gmoledina
committed
3a9c753
View commit details
Copy full SHA for 3a9c753
Browse repository at this point
Commits on Dec 19, 2011
Add newline to end of file.
tonyarnold
committed
e3fa0c4
View commit details
Copy full SHA for e3fa0c4
Browse repository at this point
Fix bogus pragma marks.
tonyarnold
committed
b418837
View commit details
Copy full SHA for b418837
Browse repository at this point
some cleanup & documentation
Peter Steinberger
committed
829181f
View commit details
Copy full SHA for 829181f
Browse repository at this point
allow single cells to opt-out of edit mode
Show description for e03db7f
Peter Steinberger
committed
e03db7f
View commit details
Copy full SHA for e03db7f
Browse repository at this point
Previous
Next
You can’t perform that action at this time.