waynezxcv / Gallop

A framework for build smooth asynchronous iOS APP.
MIT License
746 stars 161 forks source link

获取contentsize会有问题 #73

Open geekGetup opened 6 years ago

geekGetup commented 6 years ago
    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不同