RMStepsController icon indicating copy to clipboard operation
RMStepsController copied to clipboard

This is an iOS control for guiding users through a process step-by-step

Results 11 RMStepsController issues
Sort by recently updated
recently updated
newest added

Hi, I have a big forms which is received from server JSON request, which means I need to have dynamic number of steps. Is this possible?

Hi, I want to add a scrollview under to stepBar ( _stepViewControllerContainer ). I add it programmatically but it didn't scrolled. How can i do that?

iPhone X displays a huge header space between the bar and the actual content of RMStepsController.

RMStepsBar.cancelButton does not seem to be receiving touch events under iOS 11. Has anyone else faced this issue? iOS 9 and 10 are working perfectly.

Guys, I'm passing throw a problem and hope you guys can help, you know if there is a way to increase the size (height) of the bar? I'm asking it...

Hi I was wondering if it is possible to make the stepbar scrollable. For my app, it needs a lot of different parts like 8-9 ususally. If I run the...

Adding more than five view controllers leads to the result shown in the screenshot (in portrait mode). One solution would be to indicate further steps by "..." instead of the...

enhancement

Hi @narasimhaiah23: I think I did not fully understand your request :/. **Case 1**: Are you trying to dynamically change the content the view controllers of your steps are displaying?...

enhancement

I am changing colors for RMBarStep in the RMStep.m for disabled, enabled and selected bars. For example, For enabled bar: - (UIColor *)enabledBarColor { if(!_enabledBarColor) { self.enabledBarColor = [UIColor colorWithRed:46/255.0...

bug