美文网首页
TYCyclePagerView 源码分析

TYCyclePagerView 源码分析

作者: BoxDeng | 来源:发表于2017-09-18 13:02 被阅读0次

    UICollectionViewLayout

    shouldInvalidateLayoutForBoundsChange: 
    //方法
    

    要吃透一个框架, 不仅仅是 改改 变量


    // 很强大的结构体 
    // ?
    struct {
            unsigned int pagerViewDidScroll   :1;
            unsigned int didScrollFromIndexToNewIndex   :1;
            unsigned int initializeTransformAttributes   :1;
            unsigned int applyTransformToAttributes   :1;
        }_delegateFlags;
        struct {
            unsigned int cellForItemAtIndex   :1;
            unsigned int layoutForPagerView   :1;
        }_dataSourceFlags;
    

    相关文章

      网友评论

          本文标题:TYCyclePagerView 源码分析

          本文链接:https://www.haomeiwen.com/subject/xlgvsxtx.html