now i load one AQGridView in UIViewController, its working good, but i want load one more AQGridView, i dont know how, somebody help me, thanks you for read this article
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You just instantiate a new instance of an AQGridView and add it as a subview to the UIViewController’s View. It’s hard to get much more specific than that without more information from you. It should look something like this:
Then you’ll need to configure the grid view with the data source and delegate methods just like you do the first one.