wangrui460/WRCycleScrollView

代码优化建议

Opened this issue · 0 comments

  1. 帮您省几行代码
WRProxy.swift
if pageControl.isHidden == false // line 58  if !pageControl.isHidden
let animated = (isEndlessScroll == true) ? false : true  //let animated = isEndlessScroll != true
  1. 改进
WRProxy.swift
使用 `Proxy + (Proxy + Extension`) 不如使用 `class` 或 `struct`,给每一个设置属性赋一个默认值
建议参考 `https://github.com/xumaohuai/SBCycleScrollView`

希望该框架可以用到更多的企业级项目中去!💪💪💪