<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Matthias,<div class=""><br class=""></div><div class="">UIKit is not part of Swift - it's maintained by Apple. You may file a bug report at <a href="http://bugreport.apple.com" class="">bugreport.apple.com</a>, but my guess is that the chances that this will change are very slim.</div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Aug 14, 2017, at 6:11 PM, Matthias Heymann via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi,<br class=""><br class="">I noticed that strictly speaking, the camel casing of methods like “layoutSubviews()” and "layoutIfNeeded()" in the UIView class is wrong:<br class=""><br class="">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 is spelled as one word, as in “the layout needs to be updated”.<br class=""><br class="">Therefore, it should rather be “layOutSubviews()” and “layOutIfNeeded()”.<br class=""><br class="">A lot of people are getting this wrong, so please don’t judge from what you see other people do, but rather what the dictionary says:<br class=""><br class=""><a href="https://www.merriam-webster.com/dictionary/lay%20out" class="">https://www.merriam-webster.com/dictionary/lay%20out</a><br class="">https://www.merriam-webster.com/dictionary/layout<br class=""><br class="">Matthias<br class="">_______________________________________________<br class="">swift-evolution mailing list<br class="">swift-evolution@swift.org<br class="">https://lists.swift.org/mailman/listinfo/swift-evolution<br class=""></div></div></blockquote></div><br class=""></div></body></html>