Swift 4中的iOS UIKit:将模糊效果应用于UIView

预习

资源

项目

https://github.com/calmone/iOS-UIKit-component

参考

  • UIVisualEffectView
    https://developer.apple.com/reference/uikit/uivisualeffectview
  • UISegmentedControl
    https://developer.apple.com/reference/uikit/uisegmentedcontrol
  • UIBlurEffect
    https://developer.apple.com/reference/uikit/uiblureffect
  • UIVisualEffectView
    https://developer.apple.com/reference/uikit/uivisualeffectview

快乐编码😄