Cinch icon indicating copy to clipboard operation
Cinch copied to clipboard

Generic Type support for Model, View & Controllers?

Open AkshatAutomaton opened this issue 9 years ago • 0 comments

Does Cinch support Generic Model, View & Controller?

I tried to write simple Generic MVCs & it gives error when using Generic Model that "could not find either getter/setter for a model field"

But when I replace generic types with concrete type, it works. I think, cinch BindingContext is not able to find getters/setters in Generic Model!

Is there any solution or I have to write simple MVCs instead of Generic ones?

AkshatAutomaton avatar Jan 31 '15 19:01 AkshatAutomaton