Question

I am trying to basically the same as poupou has shown on this previous SO post

Tab Bar at the Bottom with MonoTouch.Dialog?

My question is what template do I use to get started with this? I have tried each of the templates and none of the inherit from the UINavigationController

Can anyone point me (a complete mono useless one) in the right direction

Was it helpful?

Solution

My question is what template do I use to get started with this? I have tried each of the templates and none of the inherit from the UINavigationController

There are too many possibilities to offer templates for every one of them (it would be more confusing than helping).

Most people using MonoTouch.Dialog are coding their UI from scratch, i.e. no Interface Builder, no template, just plain old code.

You can find several samples that uses MonoTouch.Dialog on github (e.g. it's own Sample, TweetStation, Touch.Unit...) or in blogs or videos. If you hit a specific issue then you can ask for it on stackoverflow.

Can anyone point me (a complete mono useless one) in the right direction

See Xamarin's tutorial on MonoTouch.Dialog.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top