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

Java Player
  • 6,050
  • 26
  • 99
  • 154

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
  • 49,617
  • 11
  • 101
  • 147