Questions tagged [xamarin.ios-binding]

C# wrapper library around the native iOS Static Library or Framework developed using Swift/Objective-C for Xamarin.iOS.

77 questions
0
votes
1 answer

How to set LinkTarget with Xamarin Studio 6 using Native References

I'm creating a xamarin.ios binding with Xamarin Studio 6. I've added the static library as Native References. But how can I set the LinkTarget (LinkTarget = LinkTarget.ArmV7 | LinkTarget.Simulator) via the Property window?
Macjon
  • 75
  • 9
0
votes
1 answer

Xamarin ios delegation

What is the correct way to use delegation pattern in Xamarin? in API Definitions (generated by sharpie) I have protocol mapped to Interface SomeDelegate: // @protocol SomeDelegate [Protocol, Model] [BaseType (typeof(NSObject))] …
Injectios
  • 2,777
  • 1
  • 30
  • 50
1 2 3 4 5
6