¡@

Home 

2014/10/15 ¤U¤È 10:13:41

iphone Programming Glossary: sectionid

Cannot Get ASIHTTPRequest callback delegate to trigger

http://stackoverflow.com/questions/6692588/cannot-get-asihttprequest-callback-delegate-to-trigger

#import ASIFormDataRequest.h #import JSONKit.h @implementation dbConnector method to void getQuestions NSString sectionId NSString url @ http dev.speechlink.co.uk David tester.php NSURL link NSURL URLWithString url ASIFormDataRequest request.. link NSURL URLWithString url ASIFormDataRequest request ASIFormDataRequest requestWithURL link request setPostValue sectionId forKey @ section request setDelegate self request setDidFinishSelector @selector requestFinished request startAsynchronous.. called b c you created a class method so it does not have an access to the selector method. void getQuestions NSString sectionId Use synchronic call void getQuestions NSString sectionId NSString url @ http dev.speechlink.co.uk David tester.php NSURL..

iPhone App Dev - Loading View From View Controller

http://stackoverflow.com/questions/6700334/iphone-app-dev-loading-view-from-view-controller

@ questionId withTitle q objectForKey @ question number q objectForKey @ questionNumber section q objectForKey @ sectionId Add it to our question mutable array questionArray addObject question question release The above method is called in the..