更改 DatePicker 的字体 [英] Change the font of a DatePicker

查看:32
本文介绍了更改 DatePicker 的字体的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经搜索了几天,但我看不到如何更改 Datepicker 控件的字体和大小.

我可以通过以下方式更改颜色:

datePicker.tintColor = UIColor.blue

但我找不到如何更改字体和大小.

解决方案

自定义UIDatePicker

虽然建议使用Swift的Native(Default) UIDatePicker

<块引用>

然后,如果有人想要,您可以参考以下列表

以下是来自 GitHub 的一些可定制的 Datepicker.

  1. https://github.com/squimer/DatePickerDialog-iOS-Swift
  2. https://github.com/itsmeichigo/DateTimePicker
  3. https://github.com/hsylife/SwiftyPickerPopover
  4. https://github.com/EngrAhsanAli/AAPickerView
  5. https://github.com/dillidon/alerts-and-pickers
  6. https://github.com/hughbe/day-date-picker
  7. https://github.com/alikaragoz/AIDatePickerController
  8. https://github.com/CooperRS/RMDateSelectionViewController
  9. https://github.com/zhhlmr/ZHDatePicker
  10. https://github.com/GasimGasimzada/FxDatePicker
  11. https://github.com/anatoliyv/SMDatePicker
  12. https://github.com/MarioIannotta/MIDatePicker

<块引用>

注意:但是是的,不要尝试自定义 UIDatePicker 的外观.因为它可能会导致您的应用程序被拒绝的危险未来.

希望这会有所帮助.

I've been searching for days and I can not see how can i change the font and size of a Datepicker control.

I can change the color by:

datePicker.tintColor = UIColor.blue

But I can not find how to change the font and its size.

解决方案

It is not good to Customise the UIDatePicker

Although it is suggested to use the Native(Default) UIDatePicker of the Swift,

then also if anyone wants you can refer the following list

Following are some of the Customisable Datepicker from GitHub.

  1. https://github.com/squimer/DatePickerDialog-iOS-Swift
  2. https://github.com/itsmeichigo/DateTimePicker
  3. https://github.com/hsylife/SwiftyPickerPopover
  4. https://github.com/EngrAhsanAli/AAPickerView
  5. https://github.com/dillidon/alerts-and-pickers
  6. https://github.com/hughbe/day-date-picker
  7. https://github.com/alikaragoz/AIDatePickerController
  8. https://github.com/CooperRS/RMDateSelectionViewController
  9. https://github.com/zhhlmr/ZHDatePicker
  10. https://github.com/GasimGasimzada/FxDatePicker
  11. https://github.com/anatoliyv/SMDatePicker
  12. https://github.com/MarioIannotta/MIDatePicker

Note: But yes do not Try to customise The appearance of UIDatePicker.As it might make a danger of rejection of your app in future.

Hope this helps.

这篇关于更改 DatePicker 的字体的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆