I have a Navigation controller in my project. now I want to load views from different dll files, and add them into the Navigation Controller. I am not sure it is possible or not. If possible how could I do this? how could I create the separate dll for each View?
Please note that I am using Monotouch and C#.