Hi,
I am able to implement the IGGridView successfull. But, i want to achieve following two functionalities :
1) Add one button to the each header cell.
2) Change the text alignment of the header cell.
I want to achieve these in iOS (Objective - C)
Thanks,
Abhishek
Hi Abhishek,
Sure, i've put together a sample that does just that.
Basically, you just need to create a custom HeaderCell. Once you do that you can display whatever you'd like within it.
-SteveZ
Hi Steve,
I was able to achieve the requirement. Thanks for the quick solution.
Thanks and Regards,