Results 10 comments of Scott Ahten

I use this idiom often with table views. The cell is reassigned a new model object when it is reused in the data source method. For example... ``` objective-c -...

While being a very helpful starting point for this sort of functionality, I've found the reordering logic in the Springboard example did not need my reordering needs For example, I'm...

Are you referring to AQDataSource or your data source class? Currently, I'm using AQGridCell with an instance of NSFetchedResultsController. I've managed to get reordering working. However, attempting to add and...

I just upgraded to the latest version and ran into this issue as well. I'm currently using the grid as a single horizontal row of cells. I would prefer this...

Any news on this? Normally, Apple would take awhile to actually remove support for deprecated technologies. However, with the new iOSMac platform arriving this year, and ARM Macs not far...

When we zoom in beyond level 18 with a satellite map in our app, MBXRasterTileOverlay currently returns dark grey tiles with light grey title center points and other features. Will...

I ran into the same issue. It seems that Swift's Codable implementation defaults to that container type when it doesn't quite know what the generic type V is, despite not...

Just ran into this again, even when specifying the type as indicated above. To resolve, I switched to... `let session = try row.decode() as CaptureSession`

Looks like this is due to manually installing NVDIA drivers and CUDA Toolkit on an EC2 created from a base AMI. When I use a Ubuntu PyTorch AMI to create...