Marko Hlebar

Results 16 issues of Marko Hlebar

Given there is an import already in the source file `#import "TMKObject.h"` When I add the import like so and `cmd+ctrl+p` `#import "TMKObjectEquality.h"` Expected: The import is added to the...

There are a lot of issues being opened when Peckham breaks for this or that reason. Need to summon some cases and document them.

Building `Peckham` target on `Peckham.xcodeproj` fails because it cannot find shared frameworks inside Xcode.app.

Let's say sou are working on an iOS app and want to add `MKMapView` to the project, and you haven't linked the framework or did anything to start working with...

enhancement

On larger projects search tends to be a bit sluggish.

enhancement
help wanted

Sometimes the import string goes out of bounds, so a solution would be to expand the popup, or to implement floating text.

enhancement

- protocols and categories instead of concrete `BNDView` / `BNDViewController` subclasses for `MVVM` - dropping XIB support because of the first point - dropping data controllers - adding abstractions `BNDTableViewController`...