Replies: 1 comment 7 replies
-
What is the difference between ViewType.ParentView and ViewType.ClassifiedView? On the surface, they appear nearly equal in all regards, except ViewType.ParentView cannot conform to MultipleViewContent. However, I'm left wondering why? Is there some subtle reasoning I'm missing. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am unit testing a custom control that separates the concerns of appearance and behavior using styles. I'm looking at the code in ViewInspector that supports styles, such as ButtonStyle, with the goal of trying to determine a way to support custom styles. Does anyone have any ideas?
Beta Was this translation helpful? Give feedback.
All reactions