zoukankan      html  css  js  c++  java
  • 0506 订单 订单 320 375 414

        if (SCREEN_WIDTH == 320)

        {

            

                    if (tabMut.count<=3 &&  tabMut.count>=1) {

                        _collectionView.height = 50;

            

                    }else if (tabMut.count <=6 && tabMut.count>3) {

                        if (lengthd < 14 && tabMut.count>=4) {

                            _collectionView.height = 50;

                            

                        }else{

                            

                            _collectionView.height = 100;

                            

                        }

            

                    }else if(tabMut.count>6 &&tabMut.count<=8){

                        if (lengthd < 24) {

                            _collectionView.height = 100;

     

                        }else{

            

                            _collectionView.height = 150;

     

                        }

            

                    }else {

            

            

                    }

            

            

        }

        else if(SCREEN_WIDTH == 414)

        {//6p

            if (tabMut.count<=4 && tabMut.count>=1) {

                        _collectionView.height = 50;

                    }else  if (tabMut.count <=8 && tabMut.count>4) {

                        

                        if (lengthd < 14 && tabMut.count>=5) {

                            _collectionView.height = 50;

                            

                        }else{

                            _collectionView.height = 100;

                        }

     

                    }else if(tabMut.count>8 &&tabMut.count<=12){

                        

                        if (lengthd < 28) {

                            _collectionView.height = 100;

                            

                        }else{

                            _collectionView.height = 150;

                        }

                        

     

                    }else {

            

            

                    }

     

       }

        else

        {//

           MCLog(@"zheshi 6 375");

            if (tabMut.count<=4 &&  tabMut.count>=1) {

                    _collectionView.height = 46;

     

            }else  if (tabMut.count <=8 && tabMut.count>4) {

                if (lengthd < 17 && tabMut.count>=6) {

                    _collectionView.height = 46;

                    

                }else{

                    _collectionView.height = 92-9;

                }

     

            }else if(tabMut.count>8 &&tabMut.count<=12){

                if (lengthd < 32) {

                    _collectionView.height = 92;

                    

                }else{

                    _collectionView.height = 46*3;

                }

                

     

           }else {

               

        

           }

           

        }

  • 相关阅读:
    游标第一次应用
    HttpWebRequest的GetResponse或GetRequestStream偶尔超时 + 总结各种超时死掉的可能和相应的解决办法
    npoi导出excel(模板)插入图片,文本只读,不可以修改
    npoi导出excel(模板)
    iis7 发布mvc 遇到的HTTP错误 403.14-Forbidden Web 服务器被配置为不列出此目录的内容
    如何成为一个糟糕的程序员
    Mutiselect下拉复选框(保存和设置默认选中项)
    Android UI 绘制过程浅析(三)layout过程
    Android UI 绘制过程浅析(二)onMeasure过程
    [EventBus源码解析] 订阅者处理消息的四种ThreadMode
  • 原文地址:https://www.cnblogs.com/gzz2016/p/5465966.html
Copyright © 2011-2022 走看看