240 发简信
IP属地:陕西
  • UIImagePickerController(二)

    Picking an Item from the Photo Library UIImagePickerController的功能:1.imag...

  • UIImagePickerController(一)

    Taking Pictures and Movies 在我们的code和system两者相互作用中,使用image picker拍摄照片和电影时...

  • 运算符优先级

    全部运算符优先级(百度百科)

  • Runtime(四) 函数返回值和参数类型编码

    Type Encodings 为了协助(assist)runtime system,编译器(compiler)会把每种方法的返回值(the re...

  • Runtime(三)消息转发

    Message Forwarding 向一个未处理响应消息的对象发送对应的消息,会发生错误。但是,runtime会给这个对象第二次机会来处理这个...

  • Word of Runtime 2

    Forwarding methods (as described in Message Forwarding) and dynamic meth...

  • Runtime(二)动态方法简析

    Dynamic Method Resolution 你可以使用resolveInstanceMethod: 和 resolveClassMeth...

  • Word of Runtime 1

    This chapter describes how the message expressions are converted into ob...

  • Resize,w 360,h 240
    Runtime(一)消息传递机制

    Introduction The Objective-C language defers as many decisions as it can...