José Torres Cardenas

Results 5 comments of José Torres Cardenas

Hi, as a workaround for this I followed @kitasuke recommendation and implemented as follows : ``` struct customPagingMenuController: PagingMenuControllerCustomizable { let controllers: [UIViewController] let options: [MenuItemViewCustomizable] var componentType: ComponentType {...

I have done a reimplementation of `contentOffsetXForCurrentPage:` for dealing with these scenarios. [Link](https://github.com/CoderPug/PagingMenuController/commit/c1066d84e7d02b490f05b4c8d4c2b1fcf0aed347). In the case that the current behavior is as intended, then I could move this implementation to...

Thanks @mihaigabriel1992 I will start working on that and will update once it's done

I just did some cleanup and created a pull request for this fix. Sorry for taking some time.

Sure. Basically I'm dealing with an scenario where the number of items are dynamic so when there exists enough information and multiple menu items the total width is grater than...