Skip to content

Commit

Permalink
发布20160904技术周报
Browse files Browse the repository at this point in the history
  • Loading branch information
AnYuan committed Sep 4, 2016
1 parent ae9e1c5 commit 9686dfd
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 15 deletions.
41 changes: 41 additions & 0 deletions 20160904.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@

##20160904技术周报

本期周报内容来自: [桉远](https://github.com/AnYuan)

[iOS puzzles](https://github.com/BaiduHiDeviOS/iOS-puzzles)

周报汇总 [地址](https://github.com/BaiduHiDeviOS/iOS-Tech-Weekly)

周报博客 [地址](http://baiduhidevios.github.io/)


### 博客

[iPhoneDevWiki](http://iphonedevwiki.net/index.php/Main_Page): Our goal is to share the sum of all human[1] knowledge about jailbroken iOS development. In other words, this is a collection of documentation written by developers to help each other write extensions (tweaks) for jailbroken iOS, and you're invited to learn from it and contribute to it too.


### 视频:

[Futures and Promises, or how I learned to stop worrying and love the GCD](https://realm.io/news/altconf-michael-gray-futures-promises-gcd/)



### 技术实践

[Perfect smooth scrolling in UITableViews](https://medium.com/ios-os-x-development/perfect-smooth-scrolling-in-uitableviews-fd609d5275a5#.bea54yg1r)


### iOS架构相关

[MVVM is lipstick on a pig](https://sharpfivesoftware.com/2016/07/20/mvvm-is-lipstick-on-a-pig/): MVVM is not a step in the right direction. It’s an additional layer of confusion.



### 开源代码:

[iOS Echarts](https://github.com/Pluto-Y/iOS-Echarts)

[FutureKit](https://github.com/FutureKit/FutureKit): A Swift based Future/Promises Library for IOS and OS X.

[Willow](https://github.com/Nike-Inc/Willow): Willow is a powerful, yet lightweight logging library written in Swift.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@
### 性能优化
文章名称 | 简介
---- | ----
[Perfect smooth scrolling in UITableViews](https://medium.com/ios-os-x-development/perfect-smooth-scrolling-in-uitableviews-fd609d5275a5#.bea54yg1r)|Perfect smooth scrolling in UITableViews
[UITableView Tips](https://github.com/vedon/iOS-tech/blob/master/UITableViewOpt/UITableView_Opt.md)|UITableView Tips
[微信读书 iOS 性能优化总结](http://wereadteam.github.io/2016/05/03/WeRead-Performance/)|微信读书 iOS 性能优化总结
[简单监测iOS卡顿的demo](http://www.jianshu.com/p/71cfbcb15842)|简单监测iOS卡顿的demo
Expand Down Expand Up @@ -286,6 +287,7 @@ Cocoapods系列教程 | [一](http://www.pluto-y.com/cocoapods-getting-stared/)
##应用架构相关
文章名称 | 简介
---- | ---
[MVVM is lipstick on a pig](https://sharpfivesoftware.com/2016/07/20/mvvm-is-lipstick-on-a-pig/)| MVVM is not a step in the right direction. It’s an additional layer of confusion.
[iOS高性能图片架构与设计](http://mp.weixin.qq.com/s?__biz=MzI1MTA1MzM2Nw==&mid=207840007&idx=1&sn=ce09553e5774f5581c696b5e28f0c7e8#rd)| iOS高性能图片架构与设计
[Square对iOS App架构的新尝试---Ziggurat](http://www.cocoachina.com/ios/20160126/15107.html)|Square对iOS App架构的新尝试---Ziggurat
[Advanced iOS Application Architecture and Patterns](https://developer.apple.com/videos/play/wwdc2014/229/)| Explore a selection of high-level software engineering techniques presented in the context of Cocoa Touch. Learn how to manage complexity in large codebases by clearly defining where truth resides, by controlling state with Swift's powerful value types and immutability, and by thinking in terms of composition.
Expand Down Expand Up @@ -318,6 +320,7 @@ Cocoapods系列教程 | [一](http://www.pluto-y.com/cocoapods-getting-stared/)
### UI组件
名称 | 推荐理由
------- | -------
[iOS Echarts](https://github.com/Pluto-Y/iOS-Echarts)| iOS图表
[hamburger-button](https://github.com/robb/hamburger-button)| A hamburger button transition http://robb.is/working-on/a-hamburger-button-transition/
[AImage](https://github.com/wangjwchn/AImage)| 通过UIImage异步预解压,大幅度降低主线程CPU利用率。A animated GIF&APNG engine for iOS in Swift. Optimized for Multi-Image case.
[DisplaySwitcher](https://github.com/Yalantis/DisplaySwitcher)| Custom transition between two collection view layouts https://yalantis.com
Expand Down Expand Up @@ -375,6 +378,7 @@ Cocoapods系列教程 | [一](http://www.pluto-y.com/cocoapods-getting-stared/)
### Model
名称 | 推荐理由
------- | -------
[Willow](https://github.com/Nike-Inc/Willow)| Willow is a powerful, yet lightweight logging library written in Swift.
[Zip](https://github.com/marmelroy/Zip)| Swift framework for zipping and unzipping files.
[GRDB.swift](https://github.com/groue/GRDB.swift)| A versatile SQLite toolkit for Swift, with WAL mode support https://www.sqlite.org
[SQLite.swift](https://github.com/stephencelis/SQLite.swift)| A type-safe, Swift-language layer over SQLite3.
Expand All @@ -388,6 +392,7 @@ Cocoapods系列教程 | [一](http://www.pluto-y.com/cocoapods-getting-stared/)
### 语法糖
名称 | 推荐理由
------- | -------
[FutureKit](https://github.com/FutureKit/FutureKit)| A Swift based Future/Promises Library for IOS and OS X.
[Then](https://github.com/devxoul/Then)| ✨ Super sweet syntactic sugar for Swift initializers.
[SwiftString](https://github.com/amayne/SwiftString)| A comprehensive, lightweight string extension for Swift
[Every.swift](https://github.com/samhann/Every.swift)| A swift wrapper for NSTimer
Expand Down Expand Up @@ -535,6 +540,7 @@ Cocoapods系列教程 | [一](http://www.pluto-y.com/cocoapods-getting-stared/)
##视频资源
标题 | 内容简介
---- | -----
[Futures and Promises, or how I learned to stop worrying and love the GCD](https://realm.io/news/altconf-michael-gray-futures-promises-gcd/)|Futures and Promises, or how I learned to stop worrying and love the GCD
[swift talk](https://talk.objc.io/)| We show our solutions to problems we find while building Swift projects. Enjoy a new episode of Swift Talk every week, packed with live-coding and discussions about the pros and cons of our decisions.
[Advanced ObjC <-> Swift Interoperability](https://realm.io/news/altconf-nikita-lutsenko-objc-swift-interoperability/)| This looks super painful to set up, but if you are stuck with Objective-C code, it's definitely worth it to take the time to go through and make it Swift-compatible.
[Facebook 2016 f8视频](https://developers.facebook.com/videos)|Facebook 2016 f8视频
Expand Down Expand Up @@ -648,6 +654,7 @@ Siri Integration in iOS 10 with Swift – SiriKit Tutorial |[Part 1](http://jame

博客地址 | 博主信息
------- | -------
[iPhoneDevWiki](http://iphonedevwiki.net/index.php/Main_Page)| Our goal is to share the sum of all human[1] knowledge about jailbroken iOS development. In other words, this is a collection of documentation written by developers to help each other write extensions (tweaks) for jailbroken iOS, and you're invited to learn from it and contribute to it too.
[Top 100 Best Blogs for iOS Developers](http://www.softwarehow.com/best-blogs-for-ios-developers/)|Top 100 Best Blogs for iOS Developers
[iOS insight](http://www.iosinsight.com/)|iOS insight
[Google Research Blog](https://research.googleblog.com/)| The latest news from Research at Google
Expand Down
43 changes: 43 additions & 0 deletions hexo/source/_posts/2016-09-04技术周报.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
title: 2016.09.04技术周报
date: 2016-09-04 17:46:50
tags:
---

本期周报内容来自: [桉远](https://github.com/AnYuan)

[iOS puzzles](https://github.com/BaiduHiDeviOS/iOS-puzzles)

周报汇总 [地址](https://github.com/BaiduHiDeviOS/iOS-Tech-Weekly)

周报博客 [地址](http://baiduhidevios.github.io/)


### 博客

[iPhoneDevWiki](http://iphonedevwiki.net/index.php/Main_Page): Our goal is to share the sum of all human[1] knowledge about jailbroken iOS development. In other words, this is a collection of documentation written by developers to help each other write extensions (tweaks) for jailbroken iOS, and you're invited to learn from it and contribute to it too.


### 视频:

[Futures and Promises, or how I learned to stop worrying and love the GCD](https://realm.io/news/altconf-michael-gray-futures-promises-gcd/)



### 技术实践

[Perfect smooth scrolling in UITableViews](https://medium.com/ios-os-x-development/perfect-smooth-scrolling-in-uitableviews-fd609d5275a5#.bea54yg1r)


### iOS架构相关

[MVVM is lipstick on a pig](https://sharpfivesoftware.com/2016/07/20/mvvm-is-lipstick-on-a-pig/): MVVM is not a step in the right direction. It’s an additional layer of confusion.



### 开源代码:

[iOS Echarts](https://github.com/Pluto-Y/iOS-Echarts)

[FutureKit](https://github.com/FutureKit/FutureKit): A Swift based Future/Promises Library for IOS and OS X.

[Willow](https://github.com/Nike-Inc/Willow): Willow is a powerful, yet lightweight logging library written in Swift.
File renamed without changes.
17 changes: 2 additions & 15 deletions 投稿箱.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

##20160904技术周报
##20160911技术周报

本期周报内容来自: [桉远](https://github.com/AnYuan)

Expand All @@ -9,36 +9,23 @@

周报博客 [地址](http://baiduhidevios.github.io/)

### swift:


### 博客

[iPhoneDevWiki](http://iphonedevwiki.net/index.php/Main_Page): Our goal is to share the sum of all human[1] knowledge about jailbroken iOS development. In other words, this is a collection of documentation written by developers to help each other write extensions (tweaks) for jailbroken iOS, and you're invited to learn from it and contribute to it too.


### 视频:

[Futures and Promises, or how I learned to stop worrying and love the GCD](https://realm.io/news/altconf-michael-gray-futures-promises-gcd/)



### 技术实践


[Perfect smooth scrolling in UITableViews](https://medium.com/ios-os-x-development/perfect-smooth-scrolling-in-uitableviews-fd609d5275a5#.bea54yg1r)

### iOS架构相关

[MVVM is lipstick on a pig](https://sharpfivesoftware.com/2016/07/20/mvvm-is-lipstick-on-a-pig/): MVVM is not a step in the right direction. It’s an additional layer of confusion.



### 开源代码:

[iOS Echarts](https://github.com/Pluto-Y/iOS-Echarts)

[FutureKit](https://github.com/FutureKit/FutureKit): A Swift based Future/Promises Library for IOS and OS X.

[Willow](https://github.com/Nike-Inc/Willow): Willow is a powerful, yet lightweight logging library written in Swift.

### 工具:

0 comments on commit 9686dfd

Please sign in to comment.