Ben Dolman
Ben Dolman
I've found that the global `+[SSKeychain accessibilityType]` is insufficient for our needs as we need to set different types for different objects. I _could_ change the global setting whenever I...
This is a partial revert of #1941 The change in #1941 has caused some issues for us and others (see #1997). If I set `myNode.isAccessibilityElement = true,` then what ends...
Before this change, the image asset (which may contain multiple reps of an image for differing traits) was only consulted when the trait collection changed. But in cases where display...
Previously there was a hard-coded check to ensure the input image was at least 1024x1024. But there are often cases where that size of image is not needed (e.g. when...
The footnote syntax and output basically follows what's outlined here: http://michelf.ca/projects/php-markdown/extra/#footnotes The parsing of the footnote definition is very similar to a list item, per the direction in the footnotes...