Roland Moers

Results 35 comments of Roland Moers

The error looks like your have a Segue called `ScenestoSubscenes` in your interface builder file. But the source view controller of that segue seems not to be a child view...

You are right: Seperators are disappearing when changing the enabled bar color to a color with alpha value 1. The RMStepsBar is a subclass of UIToolbar. I always wanted the...

Hi, sry, that you have to wait so long for a fix. I know what I need to fix, but I just don't find the time :/. I'll keep you...

Well, nearly everything is possible. But this one will need some more work I think :/

You may be able to subclass RMStepsController and add a swipe gesture recognizer to the view of your subclass. From there your should be able to call `showNextStep` and `showPreviousStep`....