Avatar
皆様、お初にお目にかかります。 Swift3.1がリリースされる約半年前のイベントで「Swift的なイントロスペクションが登場するかもよ?」と言及してる方の記事が、Realm Academyにあったんですね。 https://academy.realm.io/posts/mobilization-roy-marmelstein-objective-c-runtime-swift-dynamic/ で。Swift5がリリースされて暫く経った今、「Mockingツールが作れそうな、Swift的な動的ディスパッチだったり、リフレクションだったり」ってのは、はて、搭載されてましたっけ? ※今、Swift化に個人的に取り組んでる「PXSourceList」には、左様な「動的ディスパッチだったり、イントロスペクションだったり」を行なってるクラスが搭載されてるので、是非、知りたいな、と思いまして。 ※該当のクラス→ https://github.com/Perspx/PXSourceList/blob/master/PXSourceList/Internal/PXSourceListDelegateDataSourceProxy.m ※記事の最後に触れていた「ObjectiveKit」ってのが、解決の糸口になるのかな???? https://github.com/marmelroy/ObjectiveKit
A new talk introducing advanced techniques with the Objective C runtime and assessing their relevance in an increasingly Swifty world.
Source List control for the Mac. Contribute to Perspx/PXSourceList development by creating an account on GitHub.
Swift-friendly API for a set of powerful Objective C runtime functions. - marmelroy/ObjectiveKit