I downloaded the MGSplitViewController project here:
https://github.com/mattgemmell/MGSplitViewController
and the bindings here:
https://github.com/mono/monotouch-bindings/tree/master/MGSplitViewController
Where do I get the “a” file from? If I build the project in Xcode I get an “app” file, a demo of the controller.
Also: what target do I have to build the “a” file for? A separate one for Simulator and one for iPhone?
EDIT: The project linked below has been deleted. You can easily create your own nested view controllers these days by using view controller containment.
Alright, I’ll add an another answer myself, although I consider Poupos’s answer a valid one but I found a solution that fits my needs even better: I converted MGSplitViewController to Monotouch. 🙂
It is available as MTSplitViewController on GitHub at https://github.com/Krumelur/MTSplitViewController
I really hope it helps others, too.