I followed the Module Guide to create a create a test module, and the view appears to work correctly when I create a UI element in code and append it to the view; however, if I try to load the view from an xib file with initWithNib method, I get a blank screen. As a matter of fact, if I highlight the xib file in xcode, it doesn't let me include it in Test target or Test & Build Target. So I am thinking the xib file was not copied during compilation.
How do I make this work?
Further more, my Module eventually invokes UIImagePickerController. Is this possible?