sec7et
Results
1
issues of
sec7et
作者你好,这里有个问题不解。 self.footView.xk_openBorder = YES; // 开启功能 self.footView.xk_borderFillColor = [UIColor blueColor]; // 视图背景颜色这样设置 self.footView.xk_borderType = XKBorderTypeBottomLeft | XKBorderTypeBottomRight; // 指定下方圆角 self.footView.xk_borderRadius = 10; // 圆角大小 self.footView.xk_borderColor = [UIColor orangeColor]; // 边框颜色...