nerdycat

Results 3 issues of nerdycat

I got several crash logs in Xcode crashes reports. Though I haven't find a way to reproduce the crash yet. Here is the stack traces. It seems that for some...

- (void)viewDidLoad { [super viewDidLoad]; UILabel *label1 = [UILabel new]; UILabel *label2 = [UILabel new]; label1.text = @"Some long text!!!"; label2.text = @"ABC"; OAStackView *sv = [[OAStackView alloc] initWithArrangedSubviews:@[label1, label2]];...

Thank you for making this helpful plugin. I have been using it for two years. But it is not longer working since I updated Xcode to the latest release. Would...