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

UIScrollView doesn't automatically take into account contentSize changes on rotate, so can leave you at an offset that shows different content. If you're using the `boxProvider` system, you can now...

enhancement

I'm adding/removing items from the MGScrollView, but I'd like to keep the scroll view 'locked' on the currently visible view or equivalent contentOffset while this is happening. e.g. say I...

enhancement

If there's only one swiper attached to a box, how to handle left AND right swipes?

enhancement

I'm not sure if this is a bug or it's by design, but when you set a box with MGBoxLayoutFixedPosition and then set the fixedPosition to a CGPoint, the box...

enhancement

Hi. It would be cool if into your MGLine Templates the text would be able to be laid out traditionally (horizontally) but also vertically using: CGAffineTransformMakeRotation ``` #define DEGREES_TO_RADIANS(x) (M_PI...

enhancement

I use a MGTableStyledBox and want full landscape support so i use this code ``` - (void)willAnimateRotationToInterfaceOrientation:(UIInterfaceOrientation)orient duration:(NSTimeInterval)duration { BOOL portrait = UIInterfaceOrientationIsPortrait(orient); float width = portrait ? IPHONE_PORTRAIT_WIDTH :...

bug