MAIKit v70.0.5 Release Notes

Release Date: 2015-07-21 // over 8 years ago
    • 🚚 Moved class and protocol declarations to their own header
    • ⚡️ Updated to Xcode 7 Beta 4, which added the following method to MAILayoutManagerDelegate
    - (BOOL)layoutManager:(id<MAILayoutManagerProtocol>)layoutManager
    shouldSetLineFragmentRect:(inout CGRect *)lineFragmentRect
    lineFragmentUsedRect:(inout CGRect *)lineFragmentUsedRect
    baselineOffset:(inout CGFloat *)baselineOffset
    inTextContainer:(id<MAITextContainerProtocol>)textContainer
    forGlyphRange:(NSRange)glyphRange