Roland Moers
Roland Moers
Hey! Do you have a screenshot of the issue? Is it reproducible with all iPhone screen sizes and on all iOS versions? I'm afraid there is not much we can...
My control asks the UIDatePicker for the selected date right after the user taps select. At that time the animation is still running and thus no new date has been...
I'm not sure if I understood the issue correctly: The frame of the UITableView of a UITableViewController subclass is adjusted, when the UITableViewController subclass is contained with a RMMultipleViewsController? What...
Hey, I'm aware of that problem. Unfortunately, I do not know of an solution, as UIPickerView as well as UIDatePicker does not tell anyone when the selection has finished (at...
Hey! This is possible by loading the required steps from the server before initializing your RMStepsController. Changing the steps after the RMStepsController is displayed is not (yet) possible. However, It...
Hi there! I'm not really sure what you are trying to achieve. Can you give me some more details? Do you have started a demo project showing the problem you...
Just checked an I can confirm the issue. I'll have a look asap and let you know 🙂
Well the problem is that the `UIToolbar` of iOS 11 adds some new subviews to itself. Since `RMStepsBar` (the bar containing the steps) inherits from `UIToolbar` these new subviews have...
Hey! Sry I did not find the time to take care of it. I will as soon as possible. Hopefully next weekend 😄. In the meantime: If you want you...
Hey! This sounds like a good solution in cases more than 3 steps are needed simultaneously. If you have some free time, you may go ahead and add the feature....