ACReuseQueue icon indicating copy to clipboard operation
ACReuseQueue copied to clipboard

A queue to keep and reusing objects.

Results 3 ACReuseQueue issues
Sort by recently updated
recently updated
newest added

This pull requests corrects the spelling of **CocoaPods** 🤓 https://github.com/CocoaPods/shared_resources/tree/master/media One day I’ll make a bot that looks through the READMEs of all Pods, looks to see if it uses...

Your app uses or references the following non-public APIs, which is a violation of the App Store Review Guidelines: setReuseIdentifier: The use of non-public APIs is not permitted in the...

If I create objects to store with reuseQueue like this: @interface TLMyView : CALayer < ACReusableObject > @property (nonatomic, copy) NSString *reuseIdentifier; @end it crashes at - (id)newReuseObjectWithIdentifier:(NSString *)identifier {...