zoukankan      html  css  js  c++  java
  • 拆掉了,合并,留念,

    #pragma main switch

    -(IBAction)mainSwitch:(NSNotification *)notification

    {

        switch (frameState) {

            case allShow:

            {

                [self showFaceViewFrameHandler:notification];

                [self showUpperViewFrameHandler:notification];

                [self showTableViewFrameHandler:notification];

                [selftextViewDidChange:bottomView.inputTextView];

                break;

     

            }

            case allHide:

            {

                [self hideFaceViewFrameHandler:notification];

                [self hideTableViewFrameHandler:notification];

                [self hideUpperViewFrameHandler:notification];

                break;

     

            }

            case boardHide:

            {

    //            [self showUpperViewFrameHandler:notification];

                break;

            }

            case boardShow:

            {

    //            [self showUpperViewFrameHandler:notification];

    //            [self showTableViewFrameHandler:notification];

                break;

     

            }

            default:

                [self showFaceViewFrameHandler:notification];

                break;

        }

    //    [self performSelector:@selector(printFrame) withObject:Nil afterDelay:1.0];

    }

  • 相关阅读:
    LeetCode 127. Word Ladder 单词接龙(C++/Java)
    LeetCode 681. Next Closest Time 最近时刻 / LintCode 862. 下一个最近的时间 (C++/Java)
    LeetCode 682. Baseball Game 棒球比赛(C++/Java)
    LeetCode 218. The Skyline Problem 天际线问题(C++/Java)
    小数据池,编码
    字典
    列表
    常见的数据类型
    while循环
    初始python
  • 原文地址:https://www.cnblogs.com/guligei/p/3508294.html
Copyright © 2011-2022 走看看