摘要: -(void)scrollViewDidEndDecelerating:(UIScrollView *)scrollView{ if(scrollView.tag=2){ //local declaration of scrollViewhides instance variable pageControlForReport.currentPage = scrollView.contentOffset.x / 320.0;//local declaration of scrollViewhides instance variable return; }else { re... 阅读全文
posted @ 2012-08-03 14:14 zander 阅读(2783) 评论(0) 推荐(0)