Avatar
@tarunon さんに教えてもらったメモリリークテストのヘルパー実装してみました! https://github.com/Kuniwak/UIKitTestable/blob/e977532c81a97998a4c776b2d1b70c167eb73841/UIKitTests/UIKitTests/MemoryLeakDetector.swift レポートもそこそこ親切にできたので、いい感じになりそうです: https://github.com/Kuniwak/UIKitTestable/blob/master/UIKitTestableTests/UIKitTestableTestsTests/MemoryLeakDetectorTests.swift 次は、UIViewController に適用するパターンですね。UIViewController の viewDidDisappear あたりまでを実行してから、UIViewController を解放するイメージで考えてますが、検証のタイミングが若干難しそうな気配が…
Make project using UIKit testable. Contribute to Kuniwak/UIKitTestable development by creating an account on GitHub.
Make project using UIKit testable. Contribute to Kuniwak/UIKitTestable development by creating an account on GitHub.