Results 7 comments of Danila Shikulin

Look at this solution `assignNoRetain` https://forums.swift.org/t/does-assign-to-produce-memory-leaks/29546/9 ``` extension Publisher where Self.Failure == Never { public func assignNoRetain(to keyPath: ReferenceWritableKeyPath, on object: Root) -> AnyCancellable where Root: AnyObject { sink {...

@s-k your solution works only with classes that are direct subclasses of NSObject. Here is more general solution that was used before optimisation: #38

Thanks for feedback, yes its UITableView there but it can be tricky to map indexes onto IDs. Also the first problem with frames seams to be caused by `coordinateSpace` and...

I think everhing is OK with the logic except that when `dismissingEnabled` is true and `self.callback != nil` than there are two gesture recognizers (later GR) that can't be recognized...

@sdwornik +1. It would cool to add support for coloring .log files somewhere... I created a stupid workaround - an xcode project (command line tool) that reads log file and...

Probably it's a bad idea, because a tappable area may become less than 44 points. So there should be other solution for custom sized "stars"

1. Images less than 44 pt won't scale 2. height of ratingView will match the size of custom images but it won't be less than 44 pts.