Chris Conover

Results 5 issues of Chris Conover

I would like to render an image as part of collection / table view cells. For a regular UIImageView, I can clear the image property. How would I do this...

Description: - Swizzling an instance method on an instance twice (or at least more than once) causes the swizzling to be applied to all instances of the instance/object class. Expected...

**URL**: https://www.nytimes.com/games/wordle/index.html **Browser / Version**: Firefox 105.0 **Operating System**: Mac OS X 10.15 **Tested Another Browser**: Yes Safari **Problem type**: Site is not usable **Description**: Page not loading correctly **Steps...

status-needsinfo
browser-firefox
priority-critical
os-mac
engine-gecko

Despite its name, initWithEncoding is not setting the encoding property: ``` - (id)initWithEncoding:(NSStringEncoding)enc { if((self = [super init])) { memset(&emitter, 0, sizeof(emitter)); yaml_emitter_initialize(&emitter); ``` ... Needs ``` encoding = enc;...

https://guides.cocoapods.org/syntax/podspec.html#prepare_command https://github.com/CocoaPods/Core/blob/e6451e172c33f3aa77a3f8baa7b6b5b8c3b5da14/lib/cocoapods-core/specification/dsl.rb # @!method prepare_command=(command) # # A bash script that will be executed after the Pod is downloaded. This # command can be used to create, delete and modify...