240 发简信
IP属地:广东
  • swift 文本自适应高度

    func boundingRect(with size: CGSize, options: NSStringDrawingOptions = [...

  • Resize,w 360,h 240
    View 圆角

    iOS11 layer新增了maskedCorners属性 UIViewContentMode 视图内容的填充方式

  • Resize,w 360,h 240
    AutoLayout

    AutoLayout 通过参照和约束完成目标布局 Constraints(约束) 一个AutoLayout约束是NSLayoutConstrai...

  • 在c语言和oc语言对象之间桥接

    __bridge:内存管理权不改变(需要使用 CFRelease 函数手动释放 C 语言对象) __bridge_retained: 在 OC ...

  • 调用UIApplication对象的openUrl实现发短信和打电话

    使用 sms/tel 协议头和联系人的电话号码构建 url 地址,通过 UIApplication 对象的 openUrl 方法启动系统短信息/...

  • swift自动引用计数

    自动引用计数 swift使用ARC 来跟踪和管理应用程序的内存,会在类的实例不再被使用是对,自动释放其占用的内存。仅仅应用于类的实例。(结构体和...

  • -[UITableView _configureCellForDisplay:forIndexPath:]

    Assertion failure in -[UITableView _configureCellForDisplay:forIndexPath...