techgaun / active-forks

Find active github forks of a repo https://git.io/vSnrC
https://techgaun.github.io/active-forks/index.html
2.29k stars 299 forks source link

Doesn't work at all #35

Closed gerchicov-bp closed 4 years ago

gerchicov-bp commented 4 years ago

I could understand you don't have time/wish to support this repo but what is that?

- (CGFloat)width {
    dispatch_async(dispatch_get_main_queue(), ^{
        return self.frame.size.width;
    });
}

Function must return its value immediately but you call dispatch_async which of course doesn't work.

techgaun commented 4 years ago

hey @gerchicov-bp not sure where you see this bit of code or what you are referring to. that does look like some ios code which should be irrelevant here.