代码搜索:UIKit
找到约 78 项符合「UIKit」的源代码
代码结果 78
www.eeworm.com/read/468367/1491114
h main.h
#import
#import "cocos2d.h"
//CLASS INTERFACE
@interface AppController : NSObject
{
UIWindow *window;
}
@end
@int
www.eeworm.com/read/468367/1491142
h attachdemo.h
//
// attach Demo
// a cocos2d example
//
#import
//CLASS INTERFACE
@interface AppController : NSObject
{
IBOutlet UIWindow *window;
IBOutlet UIView
www.eeworm.com/read/387004/8713926
m snap.m
#import
#import
#import
@interface SnapApp : UIApplication
{
NSString *filename;
}
- (id)_initWithArgc:(int)argc argv:(
www.eeworm.com/read/419310/10876002
m filetable.m
#import "FileTable.h"
#import
#import
#import
@implementation FileTable
- (void) listFiles
{
NSLog(@"lis
www.eeworm.com/read/421586/10728386
h glview.h
//
// GLView.h
// ___PROJECTNAME___
//
// Created by ___FULLUSERNAME___ on ___DATE___.
// Copyright ___ORGANIZATIONNAME___ ___YEAR___. All rights reserved.
//
#import
#import
www.eeworm.com/read/400767/2346831
cs textboxwritertests.cs
using System;
using System.Windows.Forms;
using NUnit.Framework;
using NUnit.UiKit;
namespace NUnit.Tests.UiKit
{
[TestFixture]
public class TextBoxWriterTests
{
private TextBoxWriter
www.eeworm.com/read/448672/7527425
h commuserverappdelegate.h
//
// CommuServerAppDelegate.h
// CommuServer
//
// Created by Owen.Qin on 9/24/08.
// Copyright __MyCompanyName__ 2008. All rights reserved.
//
#import
#import "iCommunicateFrame
www.eeworm.com/read/448671/7527438
h commuclientappdelegate.h
//
// CommuClientAppDelegate.h
// CommuClient
//
// Created by Owen.Qin on 9/24/08.
// Copyright __MyCompanyName__ 2008. All rights reserved.
//
#import
#import "iCommunicate.h"
www.eeworm.com/read/468367/1491140
m attachdemo.m
//
// attach demo
// a cocos2d example
// http://code.google.com/p/cocos2d-iphone
//
#import
#include
// cocos2d import
#import "cocos2d.h"
// local import
#import "att