Martin Rechsteiner

Results 32 comments of Martin Rechsteiner

Hi @minaMagedNaeem! When calling reloadMenu it keeps the current selection as long as the selected PagingItem does not become a new item. For instance, if you are using `PagingIndexItem` it...

@davidhsu1115 you need to register the custom class for the given item type. See the docs here: https://github.com/rechsteiner/Parchment#custom-cells

Sorry for the late update. I decided to just remove the unsafe compiler flags, so this should be fixed now #662. As the PR explains, this will probably break some...

Hi @i-tengfei @beilusen! Sorry for the late response. When using PagingViewControllerInfiniteDataSource, you need to call `reloadData(around pagingItem:)` instead of just `reloadData` (see [docs](https://github.com/rechsteiner/Parchment#reloading-data)).

Hey! Sorry for the long wait. This should be fixed now in the 4.0 branch (#676).

There's a new version in beta now which should make this much nicer https://github.com/rechsteiner/Parchment/releases/tag/v4.0.0-beta. Let me know if you have any feedback 🙌

Hi @i-tengfei! Sorry for the late reply. I've now added support for a new menuInteraction called `.wheel` #679. It's available in the 4.0 branch and will be released soon. You...

Looks like you are trying to initialise it using the `init(nibName:bundle:)` initialiser. You either need to initialize it from a storyboard or using the default `init(options:)` initializer.

Hey! Sorry for the late response. Do you have any steps on how to reproduce this?

This should be fixed now with #680. It's available in the 4.0 branch and will be released soon. Please let me know if you're still seeing this issue and I'll...