[MonoTouch] Wrapper type 'Monotouch.UIKIT.UIActionSheetDelegate' is missing its native Objective C class 'UIActionSheetDelegate'. Please check if its be linked

2011-10-06 Thread Andreas Ploetzeneder
Wrapper type 'Monotouch.UIKIT.UIActionSheetDelegate' is missing its native Objective C class 'UIActionSheetDelegate'. Please check if its be linked whats wrong here? -- using System; using System.Collections.Generic; using System.Linq; using MonoTouch.Foundation; using

Re: [MonoTouch] Wrapper type 'Monotouch.UIKIT.UIActionSheetDelegate' is missing its native Objective C class 'UIActionSheetDelegate'. Please check if its be linked

2011-10-06 Thread Sebastien Pouliot
On Thu, Oct 6, 2011 at 2:57 PM, Andreas Ploetzeneder i...@ploetzeneder-it.com wrote: ok, your snippet is to short :D can u help me with longer one? sure :) using System; using System.Collections.Generic; using System.Linq; using MonoTouch.Foundation; using MonoTouch.UIKit; namespace Sepp