MGBoxKit icon indicating copy to clipboard operation
MGBoxKit copied to clipboard

Simple, quick iOS tables, grids, and more

Results 16 MGBoxKit issues
Sort by recently updated
recently updated
newest added

I'm adopting an iOS that was developed over two years ago and has been sitting around since. Naturally, the first thing I did after cloning the repo was to pod...

Strings that only contained the characters in the passed-in set were not trimmed to the empty string. This fixes that bug.

@sobri909 Please consider this PR. You're UIView category can be duplicate with personal categories or other pod categories and create a conflict. Please let us the choice to not use...

When I put a longpress handler on an MGBox - it gets called twice

Not auto size when remove box in MGBox, Please check! MGBox *section = (id)tempBox.parentBox; [section.boxes removeObject:tempBox]; [section layout];

Thank you for this fantastic tool! I realize how much work this represents and it is truly pro-grade! I would so love to see some examples of how you use...

Adding tests as part of the CocoaPods test jam.

What is the best approach to use this to lay out a list of vertically aligned columns? Should I lay out MGLines filled with a grid of fixed sized boxes...

At the moment I want to scroll only horizontally. but after calling: ``` [self.scroller layoutWithSpeed:0.3 completion:nil]; ``` My scroll views content size width is set to standard width for detail...

enhancement

I'm throwing some working example code in here, but will shortly also write up some more formal documentation. ``` smalltalk - (MGScrollView *)scroller { if (_scroller) { return _scroller; }...