ModalPickerViewController:替代Xamarin.iOS的ActionSheetDatePicker的模式选择器

时间:2024-05-28 08:32:34
【文件属性】:

文件名称:ModalPickerViewController:替代Xamarin.iOS的ActionSheetDatePicker的模式选择器

文件大小:21KB

文件格式:ZIP

更新时间:2024-05-28 08:32:34

C#

ModalPickerViewController 更新:现在支持64位Unified API! ModalPickerViewController是一个视图控制器,旨在替换 。 ActionSheetDatePicker是Xamarin提供的一个示例,它显示了一个美观的Date Picker,它没有占用整个屏幕。 尽管这样做确实可以完成工作,但UIActionSheet并非旨在进行子类化或将视图添加到其层次结构中。 从iOS 7开始,Apple开始发布运行时警告,但没有使该应用程序崩溃。 警告看起来像这样: 错误:CGContextSetFillColorWithColor:无效的上下文0x0。 这是一个严重的错误。 此应用程序或其使用的库正在使用无效的上下文,从而导致系统稳定性和可靠性整体下降。 此通知是有礼貌的:请解决此问题。 在即将进行的更新中,它将成为致命错误。 注意警


【文件预览】:
ModalPickerViewController-master
----ModalPickerSample()
--------Info.plist(1KB)
--------Resources()
--------ModalPickerSample.csproj(6KB)
--------ModalPickerSampleViewController.designer.cs(1KB)
--------ModalPickerSample.sln(3KB)
--------Entitlements.plist(192B)
--------MainStoryboard.storyboard(8KB)
--------ModalPickerSample.userprefs(1KB)
--------AppDelegate.cs(2KB)
--------ModalPickerSampleViewController.cs(5KB)
--------Main.cs(1KB)
----README.md(2KB)
----.gitignore(115B)
----SharpMobileCode.ModalPicker()
--------ModalPickerViewController.cs(8KB)
--------ModalPickerAnimatedDismissed.cs(3KB)
--------Properties()
--------SharpMobileCode.ModalPicker.csproj(2KB)
--------ModalPickerTransitionDelegate.cs(2KB)
--------ModalPickerAnimatedTransitioning.cs(5KB)
--------CustomPickerModel.cs(2KB)

网友评论