Closed skrew closed 10 years ago
Ah true. Actually I'd assumed they stopped compiling much earlier than that, due to various backward compat breaks. They desperately need updating to demonstrate the new box provider stuff too.
As of e205c0917e0f477ab8af7ba1b48a8254db9da775 it should compile without any errors or warnings.
cd Demo\ App
and pod install
Demo App\MGBoxKit Demo.xcworkspace
in Xcode.Thanks @PaitoAnderson!
Thanks @PaitoAnderson, but the demo have bugs, like:
MGLineStyled *line1 = [MGLineStyled multilineWithText:waffle1 font:nil width:304 padding:UIEdgeInsetsMake(16, 16, 0, 16)];
All examples called with font:nil
will crash in easySizeWithFont
Quickfix: Just replace all font:nil
with font:HEADER_FONT
Thanks @skrew, I have submitted a PR for this #130.
Hi,
With the split of MGEvents, the demo apps don't compile when you simply git clone