swift scrollViewの.zoomScaleでエラー warning: could not execute support code to read Objective-C class data in the process. This may reduce the quality of type information available. まだScrollViewが準備できていないときに scrollView.zoomScaleで取得するとこのエラーが出る。 viewForZoomingの中で普通に取得するとエラーになってしまう。 ので 下記のようにDispatchQueue.m…