Swift 2: SIMD
Swift2 支持了SIMD(单指令多数据流),可以更好的利用GPU了The post Swift 2: SIMD appeared first on 翻译 - 伯乐在线.
View ArticleUIDynamics in iOS 9
UIDynamics 在iOS7 就已经存在,现在iOS9 又带来了新的特性The post UIDynamics in iOS 9 appeared first on 翻译 - 伯乐在线.
View ArticleShould I use a Swift struct or a class?
自 swift 发布以来,有个问题被问过很多次,什么情况使用 struct,而什么情况使用 class?本文进行了详细的探讨。The post Should I use a Swift struct or a class? appeared first on 翻译 - 伯乐在线.
View Article[已发布] 图文解释 Swift 中的 Functor、Applicative 和 Monad
图文解释 Swift 中 Functor、Applicative 和 Monad。形象生动!The post [已发布] 图文解释 Swift 中的 Functor、Applicative 和 Monad appeared first on 翻译 - 伯乐在线.
View ArticleSwift 2.0: Why Guard is Better than If
swift 新特性The post Swift 2.0: Why Guard is Better than If appeared first on 翻译 - 伯乐在线.
View ArticleIF YOU’RE SUBCLASSING, YOU’RE DOING IT WRONG.
swift2.0 推出的 protocol oriented programming 正在刷新 iOS 开发者们对编程的认识The post IF YOU’RE SUBCLASSING, YOU’RE DOING IT WRONG. appeared first on 翻译 - 伯乐在线.
View ArticleArrays, Linked Lists and Performance
swift 中 map 与 reduce 的性能探究The post Arrays, Linked Lists and Performance appeared first on 翻译 - 伯乐在线.
View ArticleSwift’s Type System
swift 大概是第一个大规模使用的在大多数情况下都不需要输入类型信息的强类型语言,它的 type system 有什么特点呢The post Swift’s Type System appeared first on 翻译 - 伯乐在线.
View ArticlePattern Matching in Swift
swift 引入了大量的函数式编程语言的特性来构建一门现代的编程语言,pattern matching 就是这些的特性之一The post Pattern Matching in Swift appeared first on 翻译 - 伯乐在线.
View Article现实中的面向协议编程
Matthew Palmer 在完成的 [Locksmith](https://github.com/matthewpalmer/Locksmith) 项目后,对于面向协议编程的一些思考。The post 现实中的面向协议编程 appeared first on 翻译 - 伯乐在线.
View Article为 Apple TV 开发 tvOS 应用[Part 1]
tvOS 开发的初步认识The post 为 Apple TV 开发 tvOS 应用[Part 1] appeared first on 翻译 - 伯乐在线.
View Article为 Apple TV 开发 tvOS 应用[Part 2]
关于 tvOS 应用开发的认识The post 为 Apple TV 开发 tvOS 应用[Part 2] appeared first on 翻译 - 伯乐在线.
View ArticleSwift Optionals, Functional Programming, and You
Swift 2.0 版的函数式编程介绍The post Swift Optionals, Functional Programming, and You appeared first on 翻译 - 伯乐在线.
View Articleswift 中使用 generics 实现 observer
实现 mvvm 的 一种 Swift 方式The post swift 中使用 generics 实现 observer appeared first on 翻译 - 伯乐在线.
View ArticleWrapping a C Library in a Swift Framework
Wrapping a C Library in a Swift FrameworkThe post Wrapping a C Library in a Swift Framework appeared first on 翻译 - 伯乐在线.
View Article【热文】这位程序员如何在 Android 上运行 Swift 代码
文章中,作者居然实现了在Android上运行Swift代码的奇思妙想。The post 【热文】这位程序员如何在 Android 上运行 Swift 代码 appeared first on 翻译 - 伯乐在线.
View ArticleBetter Unit Testing with Swift
关于Swift 单元测试更好的实践The post Better Unit Testing with Swift appeared first on 翻译 - 伯乐在线.
View ArticleMVVM in Swift
作者对于用 Swift 实现 MVVM 更深层的思考。The post MVVM in Swift appeared first on 翻译 - 伯乐在线.
View Article向堆内存开枪–使用 Instrument 追踪循环引用
使用 Instrument 追踪循环引用The post 向堆内存开枪–使用 Instrument 追踪循环引用 appeared first on 翻译 - 伯乐在线.
View Article【热文】为什么Swift的字符串API很难用?
作者针对很多人认为Swift的字符串API很难用这一现象,对Swift为什么这样设计做出了详细解释,最终指出Swift的这种设计有其独特价值。The post 【热文】为什么Swift的字符串API很难用? appeared first on 翻译 - 伯乐在线.
View Article