Bryan Anderson
Bryan Anderson
I'm interested in using modules within my own project and the ability to define this as a dependency package
I’ve seen it done in other projects. It could possibly run off CoreBluetooth or Apple’s Multipeer Connectivity. Has this ever been attempted? I see that Visual Boy Advanced seems to...
There really is now way to do this that I can see. The gestureRecognizer has been marked as private. I have a horizontal UICollectionViewController. It triggers the dismiss action every...
I am using this library to present several UIViewControllers. Many of them have UIScrollView subviews. `ModalTransitionDelegate.interactiveController.gestureRecognizer` is private and this makes it impossible for me to tell my views to...
https://github.com/hollance/MobileNet-CoreML/raw/master/MobileNet.mlmodel This doesn't seem to be the correct model linked up
I have a UITableViewCell that has several elements I want to animate into a new view when I push it. This works. Image animate into the next UIViewController image views,...
 Everything seems to be working. I hit build, Build Time Analyzer updates and shows that a build is in progress, but it...
Thread 1: "*** -[NSBigMutableString _getBlockStart:end:contentsEnd:forRange:stopAtLineSeparators:]: Range {7, 0} out of bounds; string length 6" Basically I just go in, create a list and then hit enter to reproduce
We're dealing with a map related product and would like to mimic iOS maps. DrawerKit satisfies our needs on an iPhone, but anything in the size class of iPads, the...