Swift - 點擊事件奇偶次判斷

來源:互聯網
上載者:User

標籤:rect   new   size   ontouch   hup   gre   static   class   span   

 

// 按鈕點擊事件

    func onTouchUpInside() {

        struct touchUpInside {

            static var count: Int = 0

        }

        touchUpInside.count += 1

        print(touchUpInside.count)

        if touchUpInside.count % 2 == 0 {

            newsView.frame = CGRectMake(10, 22, UIScreen.mainScreen().bounds.size.width - 50, 40)

        } else {

            newsView.frame = CGRectMake(10, 22, UIScreen.mainScreen().bounds.size.width - 50, UIScreen.mainScreen().bounds.size.height - 20)

        }

    }

Swift - 點擊事件奇偶次判斷

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.