-
Notifications
You must be signed in to change notification settings - Fork 539
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
Quentin leboutet/ios consistent UI #361
Quentin leboutet/ios consistent UI #361
Conversation
} | ||
|
||
layout.collectionView?.backgroundColor = Colors.voltageDividerColor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this color called voltageDividerColor?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is the green gauge in the freeroam fragment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems better practice to define a separate color (even if same RGB value) or give it a neutral name.
ios/OpenBot/OpenBot/Controllers/HomePage/HomePageViewController.swift
Outdated
Show resolved
Hide resolved
ios/OpenBot/OpenBot/Controllers/HomePage/HomePageViewController.swift
Outdated
Show resolved
Hide resolved
ios/OpenBot/OpenBot/Controllers/HomePage/HomePageViewController.swift
Outdated
Show resolved
Hide resolved
Great. Did you already test this on small + large screen device? |
Also, please update README with updated screenshots. |
Done |
Couple of changes on the iOS UI to better match the android UI.