Skip to content

Commit

Permalink
格式调整
Browse files Browse the repository at this point in the history
  • Loading branch information
lacklock committed Mar 26, 2018
1 parent a9e80f4 commit c058d8b
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions Reports/#12-2018.03.25.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

![ios-weekly](../assets/ios-weekly.png)

老司机 iOS 周报,只为你呈现有价值的信息
我们开通了公众号,每期发布时公众号会推送消息,欢迎关注

![](https://github.com/SwiftOldDriver/iOS-Weekly/blob/master/assets/qrcode_for_wechat.jpg)

同时也支持了 RSS 订阅:https://github.com/SwiftOldDriver/iOS-Weekly/wiki.atom 。

你也可以为这个项目出一份力,如果发现有价值的信息文章工具等可以到 [Issues](https://github.com/SwiftOldDriver/iOS-Weekly/issues) 里提给我们,我们会尽快处理。记得写上推荐的理由哦。有建议和意见也欢迎到 [Issues](https://github.com/SwiftOldDriver/iOS-Weekly/issues) 提出。

Expand All @@ -28,6 +32,16 @@

如有兴趣,在实现 AST 的解析和生成后,可以考虑写一个简单的解释器,来执行该 AST

### 🐢 🌟 [使用 ASDK 性能调优](https://draveness.me/asdk-rendering)

无论是 AsyncDisplayKit 亦或是微博客户端使用的 CoreText 渲染 TableViewCell共同的思想都是如何在非主线程里解决 UI 渲染的问题
阅读文章的时候需要把握住两个点

1. 如何在异步线程绘制 UI
2. 异步绘制 UI 结束之后选择什么时机刷新 UI

这篇文章可以让你更细致的了解 iOS 底层绘制的过程 强烈推荐

### 🐢 [Bestswifter 的 2017 年度总结](https://github.com/bestswifter/blog/blob/master/articles/2017-conclusion.md)

Bestswifter 的 2017 年度总结,回顾了作者近一年来的所学内容并且穿插了相应知识点的详细总结博文,主要包括以下几点:
Expand Down Expand Up @@ -58,15 +72,6 @@ Bestswifter 的 2017 年度总结,回顾了作者近一年来的所学内容

Peak 分享了他如何通过脚本去定位在推送失败时,判断 Apple 服务器有没有发送 Push 的实践经验他不但分享了一个挺实用的小工具,也给我们分享了一个他在 Facebook 工作时学到的一个习惯 -- 尽可能的用工具去提供效率

### 🐢 [使用 ASDK 性能调优](https://draveness.me/asdk-rendering)

无论是 AsyncDisplayKit 亦或是微博客户端使用的 CoreText 渲染 TableViewCell共同的思想都是如何在非主线程里解决 UI 渲染的问题
阅读文章的时候需要把握住两个点
1. 如何在异步线程绘制 UI
2. 异步绘制 UI 结束之后选择什么时机刷新 UI
这篇文章可以让你更细致的了解 iOS 底层绘制的过程
强烈推荐

## 代码

### [Tiercel](https://github.com/Danie1s/Tiercel)
Expand All @@ -81,7 +86,7 @@ Apple 邀请了概念画板、Grokker、TypeShift、War Dragons 和 codeSpark

## 本期编辑

[@没故事的卓同学](https://weibo.com/1926303682/profile),[@四娘](https://kemchenj.github.io),[@mmoaay](https://weibo.com/u/1302422271),[@享耳先森](https://github.com/iblacksun),[@EyreFree](https://weibo.com/eyrefree777),[@Damonwong](https://weibo.com/damonone),[@折腾范儿_味精](http://weibo.com/agvicking),[@张嘉夫](https://weibo.com/2949394297),[@AidenRao](https://weibo.com/AidenRao),[@Parsifal](https://weibo.com/parsifalchang), [@叶孤城](https://weibo.com/u/1438670852),[aaaron7](https://weibo.com/aaaron7)
[@没故事的卓同学](https://weibo.com/1926303682/profile),[@四娘](https://kemchenj.github.io),[@mmoaay](https://weibo.com/u/1302422271),[@享耳先森](https://github.com/iblacksun),[@EyreFree](https://weibo.com/eyrefree777),[@Damonwong](https://weibo.com/damonone),[@折腾范儿_味精](http://weibo.com/agvicking),[@张嘉夫](https://weibo.com/2949394297),[@AidenRao](https://weibo.com/AidenRao),[@Parsifal](https://weibo.com/parsifalchang), [@叶孤城](https://weibo.com/u/1438670852),[@aaaron7](https://weibo.com/aaaron7)

## 说明

Expand Down

0 comments on commit c058d8b

Please sign in to comment.