Simon Burbidge
Simon Burbidge
First change is to get rid of the warnings since iOS6 deprecated UITextAlignment. Second change is to give the developer more flexibility - can still set "value" as previously, but...
Added two new properties to Style to allow us to iterate through the named capturing groups in the regex, and also to retrieve styles by name. This allows us to...
When we switch on pinsHeaderToTop, there are repeated rows for the "final row" of the past month, and the "first row" of the next month. Also, in the first instance,...
It seems to be a new security "feature" of iOS9, but I can't get any access to the `[UIPasteboard generalPasteboard]`, therefore this doesn't work. I can't find a way around...
I'm initialising an XYPieChart inside "cellForRowAtIndexPath", and I have a property for the Pie Chart in the viewController that contains the UITableView (and is also its DataSource and Delegate). The...
Hi @overboming, I've just switched the podspec so that ZCAnimatedLabel will install in tvOS apps. The label works really nicely - I hope to release something using it over the...