iOS
2020. 9. 4.
[iOS] Swift Attributes를 배워보자
docs.swift.org/swift-book/ReferenceManual/Attributes.htmlAttributes — The Swift Programming Language (Swift 5.3)Attributes There are two kinds of attributes in Swift—those that apply to declarations and those that apply to types. An attribute provides additional information about the declaration or type. For example, the discardableResult attribute on a function ddocs.swift.org 자바를 하신분들은 어노테이션에 ..