2012-04-30 5 views

답변

2

는 가장 좋은 나는 대략 알고 :

NSInteger rows = 0; 
for (NSInteger i = 0; i < [myTable numberOfSections]; ++i) 
{ 
    rows += [myTable numberOfRowsInSection:i]; 
} 
+0

그것은 큰 소리가 난다. – Sebastien