周报汇总 地址
周报博客 地址
技术实践
QQ中未读气泡拖拽消失的实现分析: 这位博主的其他文章也非常赞~
开源代码:
CharacterText: UILabel subclass to perform text effects. 各种炫酷的文字浮现效果。
GRDB.swift: A versatile SQLite toolkit for Swift, with WAL mode support https://www.sqlite.org
周报汇总 地址
周报博客 地址
QQ中未读气泡拖拽消失的实现分析: 这位博主的其他文章也非常赞~
CharacterText: UILabel subclass to perform text effects. 各种炫酷的文字浮现效果。
GRDB.swift: A versatile SQLite toolkit for Swift, with WAL mode support https://www.sqlite.org
周报汇总 地址
周报博客 地址
Protocol Extensions: A History by Matthew Gillingham
graph style of the swift standard library
Versioning with Xcode and git: Using a script in your build phase, you can run a shell to determine the version number and inject this into the Info.plist of a build. It will never modify your local project, just the created build.
Siri Integration in iOS 10 with Swift – SiriKit Tutorial Part 1 Part 2
gitignore: 生成各种gitignore
本期周报内容来自: 桉远。
周报汇总 地址
周报博客 地址
swift proposals 0086 drop foundation NS
MotionKit — The Missing iOS CoreMotion Wrapper written in Swift
Build your own Cocoa Touch Frameworks, in pure Swift
Distribute your Swift code using CocoaPods
lzfse: This is a reference C implementation of the LZFSE compressor introduced in the Compression library with OS X 10.11 and iOS 9.
Celluloid: The Best Photo Extension APP on iOS
MotionKit: Get the data from Accelerometer, Gyroscope and Magnetometer in only Two or a few lines of code. CoreMotion now made insanely simple.
SQLite.swift: A type-safe, Swift-language layer over SQLite3.
httpbin: HTTP Request & Response Service, written in Python + Flask.http://httpbin.org
Paw:Paw 是一款功能全面且设计美观的,用来与 REST 服务轻松交互的 Mac 应用。 无论您是 API 构建者或是消费者,Paw 都能够帮助您构建 HTTP 请求,检查来自服务器的响应,甚至可生成客户端代码。
Mac CLI: OS X command line tools for developers – The ultimate tool to manage your Mac. It provides a huge set of command line commands that automatize the usage of your OS X system.
本期周报内容来自: 桉远。
周报汇总 地址
周报博客 地址
廖雪峰Git教程: 入门和快速上手
Pro Git:适合有一定基础的同学。
AsyncDisplayKit State of the Code (WWDC 2016): AsyncDisplayKit最新变化
Objective-C Fast Enumeration 的实现原理
GYDataCenter:高性能数据库框架: 微信阅读团队开源了一直在团队内使用的数据库框架。
RKNotificationHub: Make any UIView a full fledged notification center
Barcode Scanner: 扫码工具
周报汇总 地址
周报博客 地址
Practical Protocol-Oriented-Programming: POP的几个应用实例。
Protocols with Associated Types
Beyond Crusty: Real-World Protocols
Blending Cultures: The Best of Functional, Protocol-Oriented, and Object-Oriented Programming
linkedin swift style guide: LinkedIn’s Official Swift Style Guide
Raywenderlich what’s new swift 3
Why objc_msgSend Must be Written in Assembly
iOS Cell Registration & Reusing with Swift Protocol Extensions and Generics: POP 在cell中的应用。
制作一个苦力: 由JSON文件生成对应的数据Model对象struct, class.
LayoutKit: LayoutKit is a fast view layout library for iOS. http://layoutkit.org
Alamofire Object Mapper: An Alamofire extension which converts JSON response data into swift objects using ObjectMapper
Then: ✨ Super sweet syntactic sugar for Swift initializers.
Coolie: Coolie parse a JSON file to generate models (& their constructors).
Potatso: Potatso is an iOS client that implements Shadowsocks proxy with the leverage of NetworkExtension framework in iOS 9.
BuildTimeAnalyzer for Xcode: Build Time Analyzer for Swift
周报汇总 地址
周报博客 地址
swift talk: 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.
Rejected Swift Proposals: What we can learn from the rejections
Session 403 Swift API Design Guidelines
MVVMFramework-Swift:(Swift版)总结整理下一个快速开发框架,以更优雅的方式写代码,做一个代码艺术家。分离控制器中的代码,已加入cell自适应高度,自动缓存网络请求代码,降低代码耦合,提高开发效率。其中还有很多相关资源的链接。
AppDevKit: AppDevKit is an iOS development library that provides foundational and developer everyday required features for their iOS app development. https://yahoo.github.io/AppDevKit
JPFPSStatus: Show FPS Status on StatusBar
fantastic-ios-animation:A collection of iOS animation repos
分类整理了今年WWDC我觉得可能值得看的Session,方便大家日后查找观看或按照时间观看直播,如果观看了对应session的同学还希望能分享给组内同学观影体验,大家共同学习!enjoy~~~
周报汇总 地址
周报博客 地址
Avoiding the overuse of @objc in Swift
A Different Take on MVVM with Swift
swift algorithm club: Algorithms and data structures in Swift, with explanations!
本期周报内容来自: 桉远。
周报汇总 地址
周报博客 地址
CATEGORIES CONSIDERED HARMFUL: 关于我们该如何正确使用OC中的Category。
Swift: Selector syntax sugar: 《Swift:Selector 语法糖》,今天要发的这篇来头很大,Chris Lattner 亲自转发过,就冲这个也必须读一读了。
Dim the lights on those view controllers with protocol extensions
Brian Beckman: Don’t fear the Monad
SwiftyOAuth: A simple OAuth library for iOS with a built-in set of providers
Scrollable-GraphView: An adaptive scrollable graph view for iOS to visualise simple discrete datasets. Written in Swift.
Rollout: Deploy code-level changes to native iOS apps,
without waiting on the App Store.
本期周报内容来自: 一晖,桉远。
周报汇总 地址
周报博客 地址
Building a Simple Barcode Reader App in Swift
swift markdown: 用markdown写Xcode文档