Marc Palmer

Results 85 issues of Marc Palmer

This becomes useful if using Features and Actions to populate user-facing UIs, e.g. tool palettes, in-app purchase stores etc.

This seems like a natural progression.

enhancement

I pulled out the direct touch management from the view and then added a pan gesture recognizer to the view controller so that you can get better control of the...

Hi, It seems that if you have a view that is not full screen size, that the curled corner (not the one being dragged) clips to the bounds of the...

Enhancement

Hi, I'm pretty new to this, but I found that I couldn't get XBPageDragView to init properly when referenced from my root viewcontroller's view in the app storyboard. The problem...

Bug

Cocoapods started causing me problems so I'm trying out Carthage. To make projects work with Carthage you don't have a podspec, you just create an Xcode project with a shared...

I miss this simple addition: ``` - (BOOL)all:(BOOL (^)(id object))condition; ``` i.e: ``` NSArray *list = @['a', 'b', 'c']; BOOL allMatch = [list all:^(id object) { return id != nil...

There are new issues with the UIAction type clash that Flint master has fixed, but you can't checkout and run the demo.