Skip to content

Commit

Permalink
Final
Browse files Browse the repository at this point in the history
  • Loading branch information
LiGoEX committed Jan 17, 2016
1 parent 7303088 commit baddd0e
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions LGSegment/ViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -94,21 +94,6 @@ -(void)addChildViewController{
[self addChildViewController:vc3];
}

//- (void)setUpOneChildViewController:(NSUInteger)i
//{
// CGFloat x = i * LG_ScreenW;
//
// UIViewController *vc = self.childViewControllers[i];
//
// if (vc.view.superview) {
// return;
// }
// vc.view.frame = CGRectMake(x, 0, LG_ScreenW, 300);
//
// [self.contentScrollView addSubview:vc.view];
//
//}

#pragma mark - UIScrollViewDelegate
//实现LGSegment代理方法
-(void)scrollToPage:(int)Page {
Expand Down

0 comments on commit baddd0e

Please sign in to comment.