<div dir="ltr">I believe that the change for UIColor.black and friends has already been accepted. I believe that it is the result of the guidelines but I didn&#39;t find a specific reference just now while looking.<div>TJ</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 3, 2016 at 12:08 PM, Vladimir.S via swift-evolution <span dir="ltr">&lt;<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I feel that obviously UIColor.blackColor() should be transformed to UIColor.black property, but I&#39;m not sure if this could be discussed in this mailing list(Swift evolution).<br>
<br>
(P.S. all your 3 emails were posted in list)<div class="HOEnZb"><div class="h5"><br>
<br>
On 03.06.2016 17:45, Bas Broek via swift-evolution wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
I was wondering the other day why &quot;static initializers&quot;, as I will call them, are not unified:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
CGRect.zero<br>
</blockquote>
vs<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
UIColor.blackColor() - which will be UIColor.black() in Swift 3.<br>
</blockquote>
<br>
... which both do pretty much the same; they are used as convenience initialization for the specific type. I think their intent will be clearer though, when all of them either become static vars (as with CGRect.zero) or static funcs (as with UIColor.black()).<br>
<br>
I, though, am not sure which would be the best option.<br>
<br>
So I&#39;d like to ask you all two questions:<br>
<br>
- Do you think these should be unified? Why (not)?<br>
- If yes, should funcs or vars be used?<br>
<br>
Thanks,<br>
<br>
Bas<br>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
<br>
</blockquote>
_______________________________________________<br>
swift-evolution mailing list<br>
<a href="mailto:swift-evolution@swift.org" target="_blank">swift-evolution@swift.org</a><br>
<a href="https://lists.swift.org/mailman/listinfo/swift-evolution" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-evolution</a><br>
</div></div></blockquote></div><br></div>