Greg Combs

Results 23 issues of Greg Combs

Any thoughts on an efficient pathway to create a MapKit polygon from a _binary_ wkbPolygon? I've got my geometry stored in binary form in MySQL with OpenGIS extensions. I'd like...

The comments below may seem a little rambling, but the gist is that I'm glad to see you're still working on this project... It baffles me that today I still...

``` javascript function animationDelay() { UIATarget.localTarget().delay(.2); } extend(UIACollectionView.prototype, { /** * Apple's bug in UIACollectionView.cells() -- only returns *visible* cells */ pageCount: function() { var pageStatus = this.value(); var words...

Thoughts on supporting the new iOS 5 view controller methods that deal with containers and switching?

Any thoughts about how to overcome the limitations of appending NSStrings on the consoles UITextView? When we log significant info, we crash as the NSString can't be appended any further....

Is anyone else having issues with Bad Instruction: 4 crashes when deploying an app based on these iOS frameworks to the device via an IPA? The crash _only_ happens when...

What do you have planned for this? Containment would be a big plus. Could really help clean up that dictionary datasource business.

I guess it was bound to happen. I've been successfully using MTStatusBarOverlay to indicate the status of network data updates for well over a year now, and through a mountain...

Can we see a demo that doesn't use AVCaptureDevice? That class isn't available in the simulator.

There's an Objective-C project that implements the JSONPointer spec. Rather than use NSURL to manually navigate down the tree, maybe consider using this JSONPath functionality? https://github.com/C-Works/NSDictionary-CWJSONPointer