views:

26

answers:

0

i have a tableview which has 2 rows each containing an array of count 5 and 1(any number entered by user)... if the total count is greater then 4 i want to disable the next view..the problem is i am not able to add both array counts so as to use it to disable the next view...wen i use cellforRowatIndexPath method it gets me count of arrays one by one and not their sum?? whatcould be the possible solution for it??