Closed matsumoto777 closed 4 years ago
これをよく見てほしいです。 https://github.com/YuukiHirama/Task2
layoutSubviews内で各viewのサイズを求めるのにsizeThatFitsを用いてます。 https://developer.apple.com/documentation/uikit/uiview/1622625-sizethatfits
*frameやboundsはlayoutSubviewsの結果としてセットされるものです。
I have used "sizeThatFits()" in "layoutSubviews"
これをよく見てほしいです。 https://github.com/YuukiHirama/Task2
layoutSubviews内で各viewのサイズを求めるのにsizeThatFitsを用いてます。 https://developer.apple.com/documentation/uikit/uiview/1622625-sizethatfits
*frameやboundsはlayoutSubviewsの結果としてセットされるものです。