使い方は、まずHGPageScrollView を作りメインのビューへ貼る。 HGPageScrollView *pageScrollView = [[[NSBundle mainBundle] loadNibNamed:@"HGPageScrollView" owner:self options:nil] objectAtIndex:0]; [self.view addSubview:pageScrollView]; サンプルではページの定義を XIBファイルで行っていた。XIBで定義すれば容易にカスタマイズできる。 後は Data Source/Delegate を実装すればいい。 @protocol HGPageScrollViewDataSource @required // Page display. Implementers should *always* try to reu