Question

I've noticed the Sphero modal views don't cover the entire parent view on an iPhone5 and I can't change the nibs. Is there a property I can set to make the modal view cover the entire parent view?

ColorPicker modal view

Also the No Sphero Connected modal view doesn't look right for Portrait (RUINoSpheroConnectedViewController_Portrait)

RUINoSpheroConnectedViewController_Portrait

Was it helpful?

Solution

This is not expected behavior, and we've noted it, and we're working on ironing it out.

For now, you can fix the issue with the colorpicker view by setting the bounds of the view to the bounds of the parent view in the viewDidLoad method of your view controller: colorPickerView.bounds = self.view.bounds.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top