240 发简信
IP属地:重庆
  • Resize,w 360,h 240
    iOS Cell 添加约束之后显示不对 报错:Will attempt to recover by breaking constraint 的问题

    之前都是用AutoLayout来画cell,不怎么用来自动适配Cell的高度,所以一直没有遇到这个问题。 但是最近觉得AutoLayout比较方...

  • ios 基础日记-枚举和结构体

    结构题 声明: struct APoint { float x; float y; }; 使用 ...