conceptdev / xamarin-forms-samples

Samples that use Xamarin.Forms (http://xamarin.com/forms)
MIT License
472 stars 659 forks source link

TODOMVVM Reference Error #17

Open mfranc28 opened 8 years ago

mfranc28 commented 8 years ago

ViewFactory.cs line 46 & 68

var page = (Page)Activator.CreateInstance (viewType);

should be

var page = (TodoItemPage)Activator.CreateInstance (viewType);