Andrea Campolonghi
Andrea Campolonghi
Same issue here. Any workaround?
@dblock I will have a look. Thanks
@dblock I will add a spec.
@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]; ``` 
``` {{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...
@aahung any update?
Same error form me with gitx 0.8.4