Pascal
Pascal
Hello fellow RxSwift Developers, Currently I'm facing a Problem with disposing Subscriptions from a `UITableViewCell`. Lets say I have a `UITableViewCell`: ```Swift final class ACell: UITableViewCell() { private lazy var...
Hey, I found this for my expectations strange behavior, while nesting GroupProcedures. I have a structure of three nested GroupOperations Group1 -> Group 2 -> Group 3 Each group representing...
Hey, is ist possible to Register Generic Classes using this Code Generator and how would the Annotations Look like if you would have a Class like: ```Swift class GenericClass where...