ios-samples icon indicating copy to clipboard operation
ios-samples copied to clipboard

Xamarin.iOS sample apps

Results 29 ios-samples issues
Sort by recently updated
recently updated
newest added

Because Apple didn't fix the DequeueReusableAnnotation. it is possible to have an annotation null. That why we need to create a new view every time the dequeue didn't work. We...

do-not-merge

The Chat sample crash on iOS 11 and above. Also does not work correctly in regards to showing/hiding keyboard.

do-not-merge

ios13/UsingCollectionViewCompositionalLayoutsAndDiffableDataSources has an issue where the UIImageView inside ConferenceVideoCell.cs does not render. In the screenshots, it appears that there should be a blue background, but the UIImageView does not show...

bug

Please make a sample project with the ability to send email with MFMailComposeViewController. I've been trying to get it to work with Xamarin iOS 15.0.0.6 and wondering if I'm doing...

new sample
help-wanted

Regarding - https://github.com/xamarin/ios-samples/tree/master/ios13/RefreshingAndMaintainingYourAppUsingBackgroundTasks I have tried to run xamarin 'Refreshing and Maintaining Your App Using Background Tasks' sample on iphone7(iOS 13.2) using VS2019 for mac. But I am not getting...

bug

Hello contributors, I used your example of object tracker to build my iOS app with object tracker in Xamarin C#. It is very cool and useful, but I found some...

enhancement
help-wanted

The UI is not showing on the SirikitSample: https://github.com/xamarin/ios-samples/tree/master/ios11/SiriKitSample The app is building without any issue/error to the device, but when the app starts the scree is just blank.

bug

The sample as written calls `SetCategory` and `SetMode` early on in `StartRecording`. It needs to either save their initial values and set them back on completion or set them to...

bug

In ios11/ARKitSample/ARKitSample/GameViewController.cs After running the code, it works as expected until I tap on the screen, the gesture recognize event is called and it works fine the first time -...

bug

The binding capabilities of Xamarin/MonoTouch are a key feature for developers using third-party iOS SDKs, typically written in Obj-C. Very little Obj-C code is presented in the [official docs](http://developer.xamarin.com/guides/ios/advanced_topics/binding_objective-c/) to...

enhancement