タグ

ブックマーク / academy.realm.io (2)

  • EXC_BAD_ACCESS - Swizzling With Swift

    About the content This content has been published here with the express permission of the author. No code we write is flawless, but when bugs in Apple’s code leads to our app crashing, we typically cannot do much other than file a radar. However, Sash Zats demonstrates in this talk how we, developers with no access to Apple’s code, can use swizzling and patching to fix bugs in those private framew

    EXC_BAD_ACCESS - Swizzling With Swift
    masakiplus
    masakiplus 2015/09/15
    こんにちは。私はSashです、どのようにプロプライエタリなコードベースを扱い、そのバグやクラッシュをサードパーティのコード内でどのように修正するかについて、話し合いたいと思います。
  • State, Promises & Reactive Programming

    About the content This content has been published here with the express permission of the author. Promises are a well-known design pattern used to delay evaluation of future values, and to pipeline operations in an asynchronous manner. Typically, there are three internal states used to control the behavior of promises, but there is a lack of core interfaces essential to iOS & OS X development. To

    State, Promises & Reactive Programming
    masakiplus
    masakiplus 2015/08/04
    Swift は何をもたらしたのか? (2:31) これから State、Promise、Reactive プログラミングについて、私がライブラリを Swift で書く過程で発見したいくつかのことをお話します。この Stack Overflow の調査によると、Swift はたった一年で世
  • 1