Johnny
Johnny
The source code (0.9.12) is hard-coding the button font to be system, and the size to be 14. These settings cannot be adjusted via the JSON design file, even though...
The "didMoveToWindow" method has the comment "view controller was dismissed, let's fade out". However, that assumption is incorrect. This method also gets called when a view controller is presented on...
The various "showNotificationInViewController:" methods call the full-signature method, which does _not_ use the "defaultViewController" if a view controller is _not_ passed in (i.e., nil). (Only the basic "showNotificationWithTitle:" methods explicitly...