Russell Ivanovic
Russell Ivanovic
## Feature Request/Suggestion We've taken great pains to ensure our app is accessibility friendly, as every good app should. Currently there is no way or indication I can find when...
If you set your `SwipeOptions` up like this: ``` var options = SwipeOptions() options.expansionStyle = .destructive(automaticallyDelete: false) ``` and you're handling the delete in your code, when voice over is...
Suppose you have a class: `BaseCell`, and it has a child `FancyCell`. You can hook IBOutlets from the childs XIB to the parent class, but the IBAnalyzer doesn't seem to...
Are there some rules around retaining FCModel objects that aren't in the documentation? I see crashes like this one: Exception Type: SIGSEGV Exception Codes: SEGV_ACCERR at 0x2000000c Crashed Thread: 0...
This one seems to be fairly consistent in terms of crashing: Exception Type: SIGABRT Exception Codes: #0 at 0x3b9281f0 Crashed Thread: 0 ``` Thread 0 Crashed: 0 libsystem_kernel.dylib 0x3b9281f0 __pthread_kill...