UICollectionViewFlowLayout 设置只有一
SEL sel = NSSelectorFromString(@"_setRowAlignmentsOptions:");
if ([_flowLayout respondsToSelector:sel]) {
((void(*)(id,SEL,NSDictionary*)) objc_msgSend)(_flowLayout,sel, @{@"UIFlowLayoutCommonRowHorizontalAlignmentKey":@(NSTextAlignmentLeft),@"UIFlowLayoutLastRowHorizontalAlignmentKey" : @(NSTextAlignmentLeft),@"UIFlowLayoutRowVerticalAlignmentKey" : @(NSTextAlignmentCenter)});
}
参考文章:https://www.jianshu.com/p/de08c2679241
本文标题:UICollectionViewFlowLayout 设置只有一
本文链接:https://www.haomeiwen.com/subject/uhltlktx.html
网友评论