Yosuke Ishikawa

Results 5 issues of Yosuke Ishikawa

Currently, declarations of contents of UITableView are expressed by [CellDeclaration]. One idea to support sections is expressing sections by some type like [TableViewSectionDeclaration\]. ```swift struct TableViewSectionDeclaration { let headerTitle: String?...

Currently, `dikitgen` expects that `Injectable.Dependency` is declared as a struct. Structs can have computed properties and methods, but the type elements are not related to declaring dependencies. I think `Injectable.Dependency`should...

Rough sketch: ```swift final class Counter { var value = 0 } protocol MyResolver: Resolver { // A MyResolver instance always returns the same instance of Counter. func provideCounter() ->...

- Refined overview of library - Step by step instructions to integrate to Xcode project - 3 ways to provide dependency, injectable types, provider methods and parameters.

Will be tapped to https://github.com/ishkawa/homebrew-formulae.