Sebastian Bo

Results 8 comments of Sebastian Bo

+1. I'm using it in a tableview. The trigger is `-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath` and I'm using plain UIImageViews. When dismissing the image the lag appears. Without a fix this...

+1, any updates? it's very sad if it's not auto layout compliant

> Idle thought, do you get this warning if you use a typealias? A typealias on the integrating side like this: https://github.com/cakl/MyUIFramework/blob/feature/typealias/MyUIFramework/ViewController.swift ? This does not seem to help.

> Are we sure this is still an issue? I have a class SwiftTrace in a package SwiftTrace which used to give a warning but I've not seen it for...

> We've not heard back from you. Are you not able to build your framework? I'm using the following and it seems to work: > > ```shell > #!/bin/bash >...

@krzysztofzablocki Sorry for the late reply and thank you for your changes. What I observed: * I updated my demo repo to Inject v1.4.0 and the build fails (see: [branch](https://github.com/cakl/MyUIFramework/tree/feature/upgrade_inject_1_4_0),...