iPhone编程delegate示例

时间:2014-09-21 15:12:22
【文件属性】:

文件名称:iPhone编程delegate示例

文件大小:54KB

文件格式:ZIP

更新时间:2014-09-21 15:12:22

Objective-c delegate

本例子演示了iPhone开发中最常用到的两个类之间互相通信的方法之一:delegate


【文件预览】:
MyDelegateSample
----MyDelegateSample()
--------AppDelegate.h(378B)
--------FirstViewController.m(2KB)
--------en.lproj()
--------MyDelegateSample-Prefix.pch(335B)
--------MyDelegateSample-Info.plist(1KB)
--------SecondViewController.m(1KB)
--------FirstViewController.h(388B)
--------main.m(342B)
--------SecondViewController.h(490B)
--------AppDelegate.m(789B)
--------CommonMacro.h(42B)
----MyDelegateSample.xcodeproj()
--------project.xcworkspace()
--------project.pbxproj(11KB)
--------xcuserdata()
----.git()
--------HEAD(23B)
--------index(1KB)
--------COMMIT_EDITMSG(15B)
--------objects()
--------description(73B)
--------config(111B)
--------info()
--------hooks()
--------logs()
--------refs()
--------branches()

网友评论

  • 该例子非常好,对于利剑delegate模式很有用,总算把委托搞明白了
  • 该示例灰常有助于理解delegate模式 我从java php转过来的 真的不熟悉 通过这个例子总算好好把委托模式熟习了一把