Andrea Campolonghi

Results 10 comments of Andrea Campolonghi

@dblock I will have a look. Thanks

@dblock can you point me to the best place for adding the test case?

Same here. Happens to me when I load the ViewPager into a subview that is under a fixed element like e custom tab bar.

Loading the pager view into under a custom toolbar into subview: ``` pageViewController = [[MWCheckInPagerViewController alloc] initWithNibName:@"MWCheckInPagerViewController" bundle:nil]; pageViewController.view.frame = self.pagerView.bounds; [self.pagerView addSubview:pageViewController.view]; ``` ![screenshot 2013-11-27 11 15 39](https://f.cloud.github.com/assets/47330/1630509/f756c202-574c-11e3-9251-f75493155f40.png)

``` {{0, 0}, {320, 460}} {{0, 0}, {320, 460}} ```

Yes you are correct. Here is the xib used by the controller. ``` ``` And this the what happens in viewDidLoad: ``` - (void)viewDidLoad { [super viewDidLoad]; // Do any...

Same error form me with gitx 0.8.4