¡@

Home 

2014/10/15 ¤U¤È 10:05:28

iphone Programming Glossary: consoleviewcontroller

Integrating iPhone Application with Shibboleth

http://stackoverflow.com/questions/1935011/integrating-iphone-application-with-shibboleth

hopefully I can include all the source for a quick demonstration. ApplicationDelegate.h #import UIKit UIKit.h #import ConsoleViewController.h The application delegate will hold references to the application's UIWindow and a ConsoleViewController. The console does.. #import ConsoleViewController.h The application delegate will hold references to the application's UIWindow and a ConsoleViewController. The console does all of the interesting Shibboleth activities. @interface ApplicationDelegate NSObject UIApplicationDelegate.. the interesting Shibboleth activities. @interface ApplicationDelegate NSObject UIApplicationDelegate UIWindow window ConsoleViewController consoleViewController @end ApplicationDelegate.m #import ApplicationDelegate.h #import ConsoleViewController.h The implementation..