xamarin.ios - How to use Ninject property injection from UITableViewController? -


i using portable.ninject in xamarin.ios app , inject services on properties. [inject] on property doesn't work because viewcontroller isn't created ninject.

how can use ninject property injection in uitableviewcontroller ?

you can use kernel.inject(myfooinstance) have ninject perform property injection on existing objects. properties still need [inject] attribute.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -