KLCPopup
KLCPopup copied to clipboard
crash on KLCPopup.m when_contentView is nil
Need to modify line 623 like this:
NSDictionary* views; if (contentView) { views = NSDictionaryOfVariableBindings(contentView); }