I'm updating my app to use UIStackViews, now that most people should have updated to iOS 9.
In the old version, I made a UIView consisting of two UITextFields and set its layer.cornerRadius property.
In the new version, I created a UIStackView consisting of the same two UITextFields, instead of the UIView. When I try setting its layer.cornerRadius property nothing seems to happen. The documentation doesn't seem to have any helpful/relevant information.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…