240 发简信
IP属地:北京
  • 自定义UILabel 实现显示偏移量和内边距

    需求来源: 我们项目中使用的字体不是很标准,显示到label上会造成偏上两个像素的效果,解决此问题重写了一个label。 UILabel有两个接...

  • 带有周的pickerView

    实现效果: demo:https://github.com/WyLSirCom/weekPicker[https://github.com/Wy...

  • Resize,w 360,h 240
    iOS 中 layoutSubviews 使用

    主要讨论一下自定义view中layoutSubviews的调用时机以及布局的一些tips.先看官方文档 Subclasses can overr...

  • iOS中的谓词(NSPredicate)使用

    1.NSNumber *testNumber = @123; NSPredicate *predicate = [NSPredicate pre...