Bryan Anderson

Results 30 issues of 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...

enhancement
core: VisualBoyAdvance
request
system-GBA

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...

enhancement

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...

enhancement

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,...

![screen shot 2016-05-23 at 11 40 33 am](https://cloud.githubusercontent.com/assets/7976521/15479604/2c7c5110-20de-11e6-9301-7005f8949b2e.png) Everything seems to be working. I hit build, Build Time Analyzer updates and shows that a build is in progress, but it...

help wanted

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...

question