摘要:
如果想要在后台保持蓝牙持续连接,需要在info.plist文件中, Required background modes 加入: 1.App shares data using CoreBluetooth 2.App communicates using CoreBluetooth 阅读全文
posted @ 2017-05-03 16:31
听风gcl
阅读(291)
评论(0)
推荐(0)
摘要:
在使用 sizeToFit 或 boundingRectWithSize 进行字体自适应,自动计算行高行宽时, 注意: 1.一定要先给label赋值,再自动适应,自动计算宽度高度。 2.attributes标注字体大小等限制信息,才能计算准确。 阅读全文
posted @ 2017-05-03 10:43
听风gcl
阅读(314)
评论(0)
推荐(0)