I had an application where i want to show scrollers all the time in UItableview
,I am hiding and showing this tableview
according to conditions,I am using this line of code to show the scrollers in all the time in UItableview
,in viewdidappear ,but i am hiding and showing this table on so many places.
[self.tableview performSelector:@selector(flashScrollIndicators) withObject:nil afterDelay:0];
Can anybody guide me to find where i am going wrong?