Обложка канала

iOS dev

8637 @iosdevio

Awesome channel about iOS app development

iOS dev

4 года назад
Открыть в
@dynamicCallable in Swift explained with code examples

It’s all in the name: @dynamicCallable in Swift allows you to dynamically call methods using an alternative syntax. While it’s primarily syntactic sugar, it can be good to know why it exists and how it can be used. We covered @dynamicMemberLookup earlier, allowing us to express member lookup rules in dynamic languages naturally. @dynamicCallable is … →

SwiftLee