SwipeView icon indicating copy to clipboard operation
SwipeView copied to clipboard

support to add child view controllers?

Open Vanmm opened this issue 9 years ago • 1 comments

Hi,Nick Thank you for sharing. The SwipeView support to add some viewControllers? just like this:

UIViewController * vc1 = ...;
UIViewController * vc2 = ...;
UIViewController * vc3 = ...;
self.pagerController = [[DMPagerViewController alloc] initWithViewControllers: @[vc1,vc2,vc3]];

I see the example support UIView?

Thank you .

Vanmm avatar Jun 30 '15 07:06 Vanmm

I added this PR to enable VC support, though not quite how you were suggesting. https://github.com/nicklockwood/SwipeView/pull/197

walsh2000 avatar Apr 22 '16 18:04 walsh2000