3

i have searched Xcode controls but doesn't found anything that makes a GridView like the one in the lecture below so, how to make a one like that? thanks A 9*9 gridView

Eslam Hamdy
  • 7,126
  • 27
  • 105
  • 165

3 Answers3

2

As @Stephen pointed out, there's AQGridView, but here are a few others I've looked at, each offering some different functionality based on what you're looking for: GMGridView, NRGridView, MMGridView

u10int
  • 219
  • 2
  • 8
1

There is no such component built in to iOS. So you'll either need to write your own or look for an open source version. I'm aware of AQGridView; I'm sure there are others.

Stephen Darlington
  • 51,577
  • 12
  • 107
  • 152