分类: swift
-
关于swift:Swift-Learning-Summary-Access-Control
Access control restrict access to part of the code form…
-
关于swift:swift-符号命名规则name-demangle
swift符号命名规定通过穷举法,得出以下规定 {代码…}
-
关于swift:swiftc-demangle符号清洗
swift在crash堆栈里的信息是蛮奇怪的,比如说这种:_TtC16MTSS_SDKTestDemo13WX…
-
关于swift:Swift-Learning-Summary-Memory-Safety
Most of the time we don’t have to think about accessing…
-
关于swift:Swift-Learning-Summary-Automatic-Reference-Counting
Swift use ARC to track and manage the app’s memory usag…
-
关于swift:Swift-Learning-Summary-Opaque-Type
A function with an opaque type hides its return value’s…
-
关于swift:Swift-Learning-Summary-Generic
Write code in a more abstract way. It make the code fle…
-
关于swift:理解-Swift-中的-inlinable-译
@inlinable 属性是 Swift 鲜为人知的属性之一。与其余同类一样,它的目标是启用一组特定的微优化,…
-
关于swift:Swift-Learning-Summary-Error-Handling
First-class support for throwing, catching, propagating…
-
关于swift:Swift-首次调试断点慢的问题解法-优酷-Swift-实践
调试断点是与开发体验关系最为亲密点之一,优酷iOS团队在内部调研时候发现,大量国内的iOS APP研发团队也遇…