美文网首页
城市选择

城市选择

作者: 杨大虾 | 来源:发表于2017-06-12 11:27 被阅读25次

    参考:

    仿美团城市选择

    关于城市选择原理的这篇不错


    //tableview从索引列下面过,关键是这两句
        self.cityTableView.sectionIndexBackgroundColor=[UIColor clearColor];
        
        self.cityTableView.sectionIndexTrackingBackgroundColor = [UIColor clearColor];
    
    

    相关文章

      网友评论

          本文标题:城市选择

          本文链接:https://www.haomeiwen.com/subject/tvflqxtx.html