Gallop icon indicating copy to clipboard operation
Gallop copied to clipboard

获取contentsize会有问题

Open geekGetup opened this issue 6 years ago • 0 comments

    dispatch_async(dispatch_get_main_queue(), ^{
        swself.htmlView.layout = htmlLayout;
        [LWActiveIncator hideInViwe:swself];
        NSLog(@"%f======%f",self.htmlView.contentSize.height,self.htmlView.contentSize.width);
    });

在这里获取contentsize与实际的contentsize不同

geekGetup avatar Apr 04 '18 10:04 geekGetup