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];

    }

  • 相关阅读:
    vue-learning:8-template-v-on-and-modifier
    vue-learning:7-template-v-bind-with-class-and-style
    vue-learning:6-template-v-bind
    vue-learning:5-template-v-for
    Bootstrap 导航栏
    Bootstrap 导航元素
    Bootstrap 输入框组
    Bootstrap 按钮下拉菜单
    Bootstrap 按钮组
    Bootstrap 下拉菜单(Dropdowns)
  • 原文地址:https://www.cnblogs.com/guligei/p/3508294.html
Copyright © 2011-2022 走看看