DMPagerViewController icon indicating copy to clipboard operation
DMPagerViewController copied to clipboard

DMPagerViewController is page navigation controller like the one used in Twitter or Tinder

Results 12 DMPagerViewController issues
Sort by recently updated
recently updated
newest added

Can you give an example of how to use the DMPagerViewControllerDelegate to call didChangePageFrom. - (void) pager:(DMPagerViewController *) aController didChangePageFrom:(NSInteger) aOldPage to:(NSInteger) aNewPage; Thanks

Is there swift code for DMPageViewController ??? Can you give the instructions to how to use this in Swift

Fixes a bug when `renderingMode` is set to `DMPagerNavigationBarItemModeOnlyImage`.

**The following is in swift** Is there a way to programatically change the icon from one image to another. (I.E an active image is the word "Search" and the inactive...

can anyone tell me that, how to change navigation bar's background and Statusbar's style. i can't find the way.

### ld: library not found for -lPods-DMPagerViewController-DMPagerViewController clang: error: linker command failed with exit code 1 (use -v to see invocation) what's the problem with it ? anyone help ?

- (void)setRenderingMode:(DMPagerNavigationBarItemMode)renderingMode { if (_renderingMode != renderingMode) return; _renderingMode = renderingMode; _iconView.hidden = !(_renderingMode == DMPagerNavigationBarItemModeOnlyImage || _renderingMode == DMPagerNavigationBarItemModeTextAndImage); _iconView.hidden = !(_renderingMode == DMPagerNavigationBarItemModeOnlyText || _renderingMode == DMPagerNavigationBarItemModeTextAndImage); [self...

Hi! I found a little bug. I uploaded short video about it - http://youtu.be/rSpaX_e8-fs

When I use a SearchBar in one of the Views, there is a bug that after a select the cancel option to close the search, the view does ot load...