<div dir="ltr">Hey Philippe,<div><br></div><div>In looking over your last comment and trying to implement the various getters, I&#39;m not sure what you mean when you were talking about &quot;the only addendum&quot;. So if <font face="monospace, monospace">_monthSymbols</font> is nil, I should regenerate the CFDateFormatter?</div><div><br></div><div>The following seems to be working thus far:</div><div><br></div><font face="monospace, monospace">    internal var _monthSymbols: [String]!<br>    public var monthSymbols: [String]! {<br>        get {<br>            var symbols = [String]()<br>            let cfSymbols = CFDateFormatterCopyProperty(_cfObject, kCFDateFormatterMonthSymbols) as! NSArray<br>            symbols = cfSymbols.bridge().map { ($0 as! NSString).bridge() }<br>            return symbols<br>        }<br>        set {<br>            _reset()<br>            _monthSymbols = newValue<br>        }<br>    }</font></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Feb 27, 2016 at 2:41 PM, Will Stanton <span dir="ltr">&lt;<a href="mailto:willstanton1@yahoo.com" target="_blank">willstanton1@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello Philippe,<br>
<br>
Great to hear, thanks - was not (am not?) sure CFAttributedString is going to be included in CFLite.<br>
<br>
<br>
Taylor - happy I could help!<br>
<br>
Regards,<br>
Will Stanton<br>
<div class="HOEnZb"><div class="h5"><br>
&gt; On Feb 27, 2016, at 2:50 PM, Philippe Hausler &lt;<a href="mailto:phausler@apple.com">phausler@apple.com</a>&gt; wrote:<br>
&gt;<br>
&gt; I have some outstanding work to bring in a few more things; I have some initial work for attributed strings but that has not been a priority in comparison to some of the other work we have been doing. I will see if I can get that posted here shortly so others can iterate on it.<br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><b><font face="arial, helvetica, sans-serif" size="2">Taylor Franklin</font></b><div>iOS Developer | IBM Mobile Innovation Lab</div><div>972-207-2051  | <a href="mailto:taylorleefranklin@gmail.com" target="_blank">taylorleefranklin@gmail.com</a></div><div><i>Blog</i>: <a href="http://taylorfranklin.me/" style="color:rgb(17,85,204);font-size:small" target="_blank">http://taylorfranklin.me</a> | <i>LinkedIn</i>: <a href="https://www.linkedin.com/in/taylorfranklin" target="_blank">https://www.linkedin.com/in/taylorfranklin</a></div></div></div></div></div>
</div>