We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
如题:
pageView.delegate = self self.addSubview(pageView) pageView.whc_Left(0) .whc_Top(0) .whc_Right(0) .whc_Bottom(0) let layoutParam = WHC_PageViewLayoutParam() layoutParam.itemLayoutStyle = .text_Image layoutParam.titles = ["样式一","样式二","样式三","样式四"] layoutParam.itemWidth = 80 /***如果标题很多一屏放不下需要设定每个标题的固定宽度否则可以忽略***/ layoutParam.selectedTextColor = UIColor.red layoutParam.normalBackgorundColor = UIColor.white layoutParam.normalTextColor = UIColor.black layoutParam.bottomLineColor = .red layoutParam.bottomLineHeight = 1 layoutParam.cursorColor = .red pageView.layoutIfNeeded() pageView.layoutParam = layoutParam
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如题:
The text was updated successfully, but these errors were encountered: