2010-04-29 3 views

답변

1

섹션 헤더를 미리 선택하면 어떤 의미인지 알 수 없습니다. 당신은 당신이 사용할 수있는 특정 섹션에서 행을 선택합니다

 
- (void)scrollToRowAtIndexPath:(NSIndexPath *)indexPath 
       atScrollPosition:(UITableViewScrollPosition)scrollPosition 
         animated:(BOOL)animated 

: 앱이 당신이 jQuery과에이 방법을 사용할 수 있습니다 시작할 때 당신은 당신이 관심있는 부분을 볼 수 있는지 확인하고자하는 경우 방법 (선택한 행으로 스크롤) :

 
- (void)selectRowAtIndexPath:(NSIndexPath *)indexPath 
        animated:(BOOL)animated 
       scrollPosition:(UITableViewScrollPosition)scrollPosition 
관련 문제