2017年第43周总结

2017年第43周总结_第1张图片

1️⃣适配iOS 11

ScrollView在iOS 11中的contentInset有所变动,解决方法:
在AppDelegate.m中写:

if (@available(iOS 11, *)) {
    [UIScrollView appearance].contentInsetAdjustmentBehavior = UIScrollViewContentInsetAdjustmentNever;
}

2️⃣用什么代替RAC

BlocksKit跟RAC很像,但是很久没更新了。

3️⃣快捷键

Xcode9的cmd+鼠标右键相当于Xcode8的cmd+鼠标左键

4️⃣masonry约束出错

2017年第43周总结_第2张图片
2017年第43周总结_第3张图片

5️⃣周末

打着王者农药看LOL s7和DNF 职业联赛。
这种状态要持续到S7结束。

你可能感兴趣的:(2017年第43周总结)