jasnig / ZJScrollPageView

网易新闻, 腾讯视频, 头条 等首页的滑块视图联动的效果OC版的简单方便的集成, 滑块 segmentVIew, scrollViewController(Providing an easy way to reach the effect that "the segment scrolls with the content")
MIT License
1.11k stars 197 forks source link

崩溃 提示:设置普通状态的文字颜色时 请使用RGB空间的颜色值 是什么问题 #33

Closed Gallon closed 7 years ago

Gallon commented 7 years ago

// 渐变 style.gradualChangeTitleColor = YES; // 遮盖背景颜色 style.coverBackgroundColor = [UIColor whiteColor]; // style.coverBackgroundColor = [UIColor redColor]; //标题一般状态颜色 --- 注意一定要使用RGB空间的颜色值 style.normalTitleColor = [UIColor blackColor]; //标题选中状态颜色 --- 注意一定要使用RGB空间的颜色值 style.selectedTitleColor = [UIColor redColor]; 经常崩溃,标题所示文字