1 に答える
0
のようだ
innerView.autoresizingMask = (UIViewAutoresizingFlexibleLeftMargin |
UIViewAutoresizingFlexibleRightMargin |
UIViewAutoresizingFlexibleTopMargin |
UIViewAutoresizingFlexibleBottomMargin);
内部ビューを中心にするのは悪い考えでした。
メソッドを再定義することで解決しましたlayoutSubviews
。
コード自体はhttps://github.com/Uko/UILoadingView/blob/master/UILoadingView.mにあります。
于 2012-04-25T18:41:00.243 に答える