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 
            Asked
            
        
        
            Active
            
        
            Viewed 6,604 times
        
    3
            
            
        
        Eslam Hamdy
        
- 7,126
 - 27
 - 105
 - 165
 
3 Answers
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
 
- 
                    is there's a demo images(ScreenShot) of these AQGridView? – Eslam Hamdy Mar 19 '12 at 12:52
 - 
                    Don't think so. You can probably get the demo app up and running in a couple of minutes. – Stephen Darlington Mar 19 '12 at 13:01