zoukankan      html  css  js  c++  java
  • UIView添加事件

      UIView *loadView = [[UIControl alloc]initWithFrame:CGRectMake(0,0,320,480)];
      loadView.backgroundColor = [UIColor clearColor];
       [(UIControl *)loadView addTarget:self action:@selector(removeLoadView1)forControlEvents:UIControlEventTouchUpInside];
    
  • 相关阅读:
    605
    603
    509
    7-5
    6-5
    5-6
    5-3
    5-4
    5-5
    4-12
  • 原文地址:https://www.cnblogs.com/hl666/p/3655284.html
Copyright © 2011-2022 走看看