Johnny
Johnny
Please add 1.4.7 fix to your CocoaPod. I did a pod update, but it only got 1.4.6, and I burnt a bunch of time until I managed to find this...
Looks like the `autoDismissTimer` is not used unless you actually set it (via `autoDismissAnimated`). But there is somehow a built-in default timeout (which I have not been able to find...
OK, I figured out my problem... I had wrapped the creation of the CMPopTipView in a helper method which was calling `autoDismissAnimated` with a default timeout. Since that timeout dismissed...
@horaceho - Is there potentially an issue of the completion block not running on Main? https://developer.apple.com/library/ios/documentation/AssetsLibrary/Reference/ALAssetsLibrary_Class/index.html
Sounds related to my issue: #255
Ya, looks like those simply got removed, but the docs did not get updated. I believe we are supposed to use the JSON design file now.