Re: [swift-evolution] "layoutSubviews()" and "layoutIfNeeded()" camel casing mistake

2017-08-14 Thread Alex Blewitt via swift-evolution
> On 14 Aug 2017, at 17:12, Matthias Heymann via swift-evolution > wrote: > > Hi, > > I noticed that strictly speaking, the camel casing of methods like > “layoutSubviews()” and "layoutIfNeeded()" in the UIView class is wrong: The terminology comes from UIView, which has been part of iOS sinc

Re: [swift-evolution] "layoutSubviews()" and "layoutIfNeeded()" camel casing mistake

2017-08-14 Thread Charlie Monroe via swift-evolution
Hi Matthias, UIKit is not part of Swift - it's maintained by Apple. You may file a bug report at bugreport.apple.com , but my guess is that the chances that this will change are very slim. > On Aug 14, 2017, at 6:11 PM, Matthias Heymann via swift-evolution > wrot

[swift-evolution] "layoutSubviews()" and "layoutIfNeeded()" camel casing mistake

2017-08-14 Thread Matthias Heymann via swift-evolution
Hi, I noticed that strictly speaking, the camel casing of methods like “layoutSubviews()” and "layoutIfNeeded()" in the UIView class is wrong: Clearly, the word “layout” is used as a verb here and should therefore be spelled as TWO words, as in “please lay out all subviews”. Only the noun form