How to make a 9 * 9 grid in Objective C under Xcode 4.3?

I searched for Xcode controls, but I couldn't find anything that makes a GridView like the one presented in the lesson below, and how do I do this? thankA 9 * 9 gridView

+3


source to share


3 answers


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



+2


source


IOS doesn't have such a component built into iOS. So you have to either write your own or look for an open source version. I know AQGridView ; I'm sure there are others.



+1


source


+1


source







All Articles