Marek Fořt

Results 344 comments of Marek Fořt

How far away is it? Or can you send me a screenshot?

And did it work before adding the image? If it did, the problem should definitely be something in InterfaceController, I would try to check if the setting of tags and...

I am sorry, the problem is with selectionBar, I will look into it later during today.

Mine works just fine with the adjustments I posted here, but just to be sure, could you send me your InterfaceController class and your implementation of SwipeViewController?

I wonder if the issue could be because of the top view (that's embedded in what exactly?) - maybe try it in a VC that does not have it? I'm...

What do you mean by horizontal scroll? I agree that there maybe should be some font-handling if there are too many buttons. As a quick fix, you can change the...

I think this is fixed in 1.1.1, is it not?

Hm, that's weird, could you please provide me with a little reproducible project, so I can debug this more easily? Thanks in advance!

Since SwipeViewController subclasses UIPageViewController it should be possible. Try looking at this code: https://gist.github.com/TosinAF/805a22ab5a3e4ffe17a8/

I have not tried this myself, but please do try to use the gist I shared above. You can implement part of it in `SwipeViewController.swift` `syncScrollView()` function. Any PRs are...