¡@

Home 

2014/10/15 ¤U¤È 10:11:21

iphone Programming Glossary: mentionviewcontroller

UIViewController calling each other's delegate

http://stackoverflow.com/questions/6086514/uiviewcontroller-calling-each-others-delegate

each has it's delegate and is calling one or the other. One class is called TopicViewController and the other is MentionViewController the code looks something like the following #import UIKit UIKit.h #import QuartzCore QuartzCore.h #import RestKit RestKit.h.. ProfileViewController.h #import OptionsViewController.h #import Three20 Three20.h @class DetailViewController @class MentionViewController @protocol DetailViewControllerDelegate void viewController DetailViewController viewCon withText NSString text @end @interface.. DetailViewController viewCon withText NSString text @end @interface DetailViewController UIViewController MentionViewControllerDelegate #import UIKit UIKit.h #import RestKit RestKit.h #import Members.h #import DetailViewController.h #import Three20..