Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ColorSpaces, different bg colors #464

Open
lapushkazaika opened this issue Dec 25, 2016 · 0 comments
Open

ColorSpaces, different bg colors #464

lapushkazaika opened this issue Dec 25, 2016 · 0 comments

Comments

@lapushkazaika
Copy link

Hi!

I've got different background colors on different settings screens and do not know how to set them the same.

I am working on Navamsa application (https://itunes.apple.com/ru/app/id1125810120).
My settings screen uses FXForms.

In storyboard I created a viewController: SettingsViewController
class SettingsViewController: FXFormViewController {
override func viewWillAppear(animated: Bool) {
formController.form = SettingsMainForm ();
}
}

class SettingsMainForm: NSObject, FXForm {
var settingsLocationForm: SettingsLocationForm?
func settingsAboutFormField() -> AnyObject {
return [
FXFormFieldTitle: "Help"
,FXFormFieldType: FXFormFieldTypeBitfield
]
}
}

class SettingsLocationForm: NSObject, FXForm {
}

The background color of viewController: SettingsViewController in storyboard is set to (244, 244, 244) DeviceRGB.

In simulator bg color of main settings form is (244, 244, 244), but bg color of about form is (239, 239, 244). And I stuck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant