240 发简信
IP属地:陕西
  • UIWindow

    //uiwindow创建的四个步骤 //(1)给大小 self.window = [[UIWindow alloc]initWithFrame:...

  • UIView

    //UIview给大小 UIView *redview = [[UIView alloc]initWithFrame:CGRectMake(20...

  • UILable,UITextfield

    UIlable //设置lable上的字 lable.text = @"zhang"; //设置lable中心对齐 lable.textAlig...

  • Operrition

    #import "ViewController.h" @interface ViewController () @end @implementa...

  • 多线程(GCD)

    #import "ViewController.h" @interface ViewController () @property(nonato...

  • coredata

    #import "ViewController.h"#import#import "Teacher.h" #import "Student.h"...

  • sqlite

    #import "databasehandle.h" #import@interface databasehandle () /**用来存放数据...

  • swift(1)

    import Foundationprint("Hello, World!") //在swift中使用print输出 //1.定义一个(常量le...

  • 多线程3

    #import "ViewController.h" @interface ViewController () @end @implementa...