i'm not sure that's a good use of it. you would ac...
# multiplatform
j
i'm not sure that's a good use of it. you would actual/expect adapters to the native platform UI but not the actual native UI types themselves
k
Its not. But i'm not trying to create a common view API. I'm just trying to pass a reference to a general view between a controller.
I apologize if thats kinda confusing, its been a long day
u
So the View type is transparent to common code? Maybe generics can solve your problem.
k
Ya generics is one solution, but its a messy one.