Skip to content

Commit a1b5fba

Browse files
committed
lesson3
1 parent ca17d78 commit a1b5fba

File tree

1,269 files changed

+102388
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,269 files changed

+102388
-0
lines changed

lesson3/BeeFrameWorkTest/BeeFrameWorkTest.xcodeproj/project.pbxproj

+351
Large diffs are not rendered by default.

lesson3/BeeFrameWorkTest/BeeFrameWorkTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Scheme
3+
LastUpgradeVersion = "0460"
4+
version = "1.3">
5+
<BuildAction
6+
parallelizeBuildables = "YES"
7+
buildImplicitDependencies = "YES">
8+
<BuildActionEntries>
9+
<BuildActionEntry
10+
buildForTesting = "YES"
11+
buildForRunning = "YES"
12+
buildForProfiling = "YES"
13+
buildForArchiving = "YES"
14+
buildForAnalyzing = "YES">
15+
<BuildableReference
16+
BuildableIdentifier = "primary"
17+
BlueprintIdentifier = "1892AB19175C243A00CB41B7"
18+
BuildableName = "BeeFrameWorkTest.app"
19+
BlueprintName = "BeeFrameWorkTest"
20+
ReferencedContainer = "container:BeeFrameWorkTest.xcodeproj">
21+
</BuildableReference>
22+
</BuildActionEntry>
23+
</BuildActionEntries>
24+
</BuildAction>
25+
<TestAction
26+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
27+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
28+
shouldUseLaunchSchemeArgsEnv = "YES"
29+
buildConfiguration = "Debug">
30+
<Testables>
31+
</Testables>
32+
<MacroExpansion>
33+
<BuildableReference
34+
BuildableIdentifier = "primary"
35+
BlueprintIdentifier = "1892AB19175C243A00CB41B7"
36+
BuildableName = "BeeFrameWorkTest.app"
37+
BlueprintName = "BeeFrameWorkTest"
38+
ReferencedContainer = "container:BeeFrameWorkTest.xcodeproj">
39+
</BuildableReference>
40+
</MacroExpansion>
41+
</TestAction>
42+
<LaunchAction
43+
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
44+
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
45+
launchStyle = "0"
46+
useCustomWorkingDirectory = "NO"
47+
buildConfiguration = "Debug"
48+
ignoresPersistentStateOnLaunch = "NO"
49+
debugDocumentVersioning = "YES"
50+
allowLocationSimulation = "YES">
51+
<BuildableProductRunnable>
52+
<BuildableReference
53+
BuildableIdentifier = "primary"
54+
BlueprintIdentifier = "1892AB19175C243A00CB41B7"
55+
BuildableName = "BeeFrameWorkTest.app"
56+
BlueprintName = "BeeFrameWorkTest"
57+
ReferencedContainer = "container:BeeFrameWorkTest.xcodeproj">
58+
</BuildableReference>
59+
</BuildableProductRunnable>
60+
<AdditionalOptions>
61+
</AdditionalOptions>
62+
</LaunchAction>
63+
<ProfileAction
64+
shouldUseLaunchSchemeArgsEnv = "YES"
65+
savedToolIdentifier = ""
66+
useCustomWorkingDirectory = "NO"
67+
buildConfiguration = "Release"
68+
debugDocumentVersioning = "YES">
69+
<BuildableProductRunnable>
70+
<BuildableReference
71+
BuildableIdentifier = "primary"
72+
BlueprintIdentifier = "1892AB19175C243A00CB41B7"
73+
BuildableName = "BeeFrameWorkTest.app"
74+
BlueprintName = "BeeFrameWorkTest"
75+
ReferencedContainer = "container:BeeFrameWorkTest.xcodeproj">
76+
</BuildableReference>
77+
</BuildableProductRunnable>
78+
</ProfileAction>
79+
<AnalyzeAction
80+
buildConfiguration = "Debug">
81+
</AnalyzeAction>
82+
<ArchiveAction
83+
buildConfiguration = "Release"
84+
revealArchiveInOrganizer = "YES">
85+
</ArchiveAction>
86+
</Scheme>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>SchemeUserState</key>
6+
<dict>
7+
<key>BeeFrameWorkTest.xcscheme</key>
8+
<dict>
9+
<key>orderHint</key>
10+
<integer>0</integer>
11+
</dict>
12+
</dict>
13+
<key>SuppressBuildableAutocreation</key>
14+
<dict>
15+
<key>1892AB19175C243A00CB41B7</key>
16+
<dict>
17+
<key>primary</key>
18+
<true/>
19+
</dict>
20+
</dict>
21+
</dict>
22+
</plist>

lesson3/BeeFrameWorkTest/BeeFrameWorkTest.xcworkspace/contents.xcworkspacedata

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,137 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Bucket
3+
type = "0"
4+
version = "1.0">
5+
<FileBreakpoints>
6+
<FileBreakpoint
7+
shouldBeEnabled = "No"
8+
ignoreCount = "0"
9+
continueAfterRunningActions = "No"
10+
filePath = "Pods/BeeFramework/BeeFramework/MVC/View/Bee_UISignal.m"
11+
timestampString = "391936524.357"
12+
startingColumnNumber = "9223372036854775807"
13+
endingColumnNumber = "9223372036854775807"
14+
startingLineNumber = "274"
15+
endingLineNumber = "274"
16+
landmarkName = "-routes"
17+
landmarkType = "5">
18+
</FileBreakpoint>
19+
<FileBreakpoint
20+
shouldBeEnabled = "No"
21+
ignoreCount = "0"
22+
continueAfterRunningActions = "No"
23+
filePath = "Pods/BeeFramework/BeeFramework/MVC/View/Bee_UISignal.m"
24+
timestampString = "391936785.967078"
25+
startingColumnNumber = "9223372036854775807"
26+
endingColumnNumber = "9223372036854775807"
27+
startingLineNumber = "320"
28+
endingLineNumber = "320"
29+
landmarkName = "-routes"
30+
landmarkType = "5">
31+
</FileBreakpoint>
32+
<FileBreakpoint
33+
shouldBeEnabled = "No"
34+
ignoreCount = "0"
35+
continueAfterRunningActions = "No"
36+
filePath = "Pods/BeeFramework/BeeFramework/MVC/View/Extension/UIView+BeeUISignal.m"
37+
timestampString = "391937439.499453"
38+
startingColumnNumber = "9223372036854775807"
39+
endingColumnNumber = "9223372036854775807"
40+
startingLineNumber = "85"
41+
endingLineNumber = "85"
42+
landmarkName = "-sendUISignal:withObject:from:"
43+
landmarkType = "5">
44+
</FileBreakpoint>
45+
<FileBreakpoint
46+
shouldBeEnabled = "No"
47+
ignoreCount = "0"
48+
continueAfterRunningActions = "No"
49+
filePath = "Pods/BeeFramework/BeeFramework/MVC/View/Bee_UISignal.m"
50+
timestampString = "391937546.165496"
51+
startingColumnNumber = "9223372036854775807"
52+
endingColumnNumber = "9223372036854775807"
53+
startingLineNumber = "154"
54+
endingLineNumber = "154"
55+
landmarkName = "-send"
56+
landmarkType = "5">
57+
</FileBreakpoint>
58+
<FileBreakpoint
59+
shouldBeEnabled = "No"
60+
ignoreCount = "0"
61+
continueAfterRunningActions = "No"
62+
filePath = "Pods/BeeFramework/BeeFramework/MVC/View/Bee_UISignal.m"
63+
timestampString = "391937631.150401"
64+
startingColumnNumber = "9223372036854775807"
65+
endingColumnNumber = "9223372036854775807"
66+
startingLineNumber = "200"
67+
endingLineNumber = "200"
68+
landmarkName = "-send"
69+
landmarkType = "5">
70+
</FileBreakpoint>
71+
<FileBreakpoint
72+
shouldBeEnabled = "No"
73+
ignoreCount = "0"
74+
continueAfterRunningActions = "No"
75+
filePath = "Pods/BeeFramework/BeeFramework/MVC/View/Bee_UISignal.m"
76+
timestampString = "391937698.029456"
77+
startingColumnNumber = "9223372036854775807"
78+
endingColumnNumber = "9223372036854775807"
79+
startingLineNumber = "298"
80+
endingLineNumber = "298"
81+
landmarkName = "-routes"
82+
landmarkType = "5">
83+
</FileBreakpoint>
84+
<FileBreakpoint
85+
shouldBeEnabled = "No"
86+
ignoreCount = "0"
87+
continueAfterRunningActions = "No"
88+
filePath = "Pods/BeeFramework/BeeFramework/MVC/View/Bee_UISignal.m"
89+
timestampString = "391937699.430949"
90+
startingColumnNumber = "9223372036854775807"
91+
endingColumnNumber = "9223372036854775807"
92+
startingLineNumber = "297"
93+
endingLineNumber = "297"
94+
landmarkName = "-routes"
95+
landmarkType = "5">
96+
</FileBreakpoint>
97+
<FileBreakpoint
98+
shouldBeEnabled = "No"
99+
ignoreCount = "0"
100+
continueAfterRunningActions = "No"
101+
filePath = "Pods/BeeFramework/BeeFramework/MVC/View/Bee_UISignal.m"
102+
timestampString = "391938068.71082"
103+
startingColumnNumber = "9223372036854775807"
104+
endingColumnNumber = "9223372036854775807"
105+
startingLineNumber = "311"
106+
endingLineNumber = "311"
107+
landmarkName = "-routes"
108+
landmarkType = "5">
109+
</FileBreakpoint>
110+
<FileBreakpoint
111+
shouldBeEnabled = "No"
112+
ignoreCount = "0"
113+
continueAfterRunningActions = "No"
114+
filePath = "Pods/BeeFramework/BeeFramework/MVC/View/Bee_UISignal.m"
115+
timestampString = "391938370.356743"
116+
startingColumnNumber = "9223372036854775807"
117+
endingColumnNumber = "9223372036854775807"
118+
startingLineNumber = "333"
119+
endingLineNumber = "333"
120+
landmarkName = "-routes"
121+
landmarkType = "5">
122+
</FileBreakpoint>
123+
<FileBreakpoint
124+
shouldBeEnabled = "No"
125+
ignoreCount = "0"
126+
continueAfterRunningActions = "No"
127+
filePath = "Pods/BeeFramework/BeeFramework/MVC/View/Bee_UISignal.m"
128+
timestampString = "391938403.56253"
129+
startingColumnNumber = "9223372036854775807"
130+
endingColumnNumber = "9223372036854775807"
131+
startingLineNumber = "348"
132+
endingLineNumber = "348"
133+
landmarkName = "-routes"
134+
landmarkType = "5">
135+
</FileBreakpoint>
136+
</FileBreakpoints>
137+
</Bucket>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
//
2+
// AppDelegate.h
3+
// BeeFrameWorkTest
4+
//
5+
// Created by he songhang on 13-6-3.
6+
// Copyright (c) 2013年 he songhang. All rights reserved.
7+
//
8+
9+
#import <UIKit/UIKit.h>
10+
11+
@class ViewController1;
12+
13+
@interface AppDelegate : UIResponder <UIApplicationDelegate>
14+
15+
@property (strong, nonatomic) UIWindow *window;
16+
17+
@property (strong, nonatomic) ViewController1 *viewController;
18+
19+
@end
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
//
2+
// AppDelegate.m
3+
// BeeFrameWorkTest
4+
//
5+
// Created by he songhang on 13-6-3.
6+
// Copyright (c) 2013年 he songhang. All rights reserved.
7+
//
8+
9+
#import "AppDelegate.h"
10+
11+
#import "ViewController1.h"
12+
13+
@implementation AppDelegate
14+
15+
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
16+
{
17+
self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
18+
// Override point for customization after application launch.
19+
self.viewController = [[ViewController1 alloc] initWithStyle:UITableViewStylePlain];
20+
self.window.rootViewController = self.viewController;
21+
[self.window makeKeyAndVisible];
22+
return YES;
23+
}
24+
25+
- (void)applicationWillResignActive:(UIApplication *)application
26+
{
27+
// Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
28+
// Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
29+
}
30+
31+
- (void)applicationDidEnterBackground:(UIApplication *)application
32+
{
33+
// Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
34+
// If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
35+
}
36+
37+
- (void)applicationWillEnterForeground:(UIApplication *)application
38+
{
39+
// Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
40+
}
41+
42+
- (void)applicationDidBecomeActive:(UIApplication *)application
43+
{
44+
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
45+
}
46+
47+
- (void)applicationWillTerminate:(UIApplication *)application
48+
{
49+
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
50+
}
51+
52+
@end
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CFBundleDevelopmentRegion</key>
6+
<string>en</string>
7+
<key>CFBundleDisplayName</key>
8+
<string>${PRODUCT_NAME}</string>
9+
<key>CFBundleExecutable</key>
10+
<string>${EXECUTABLE_NAME}</string>
11+
<key>CFBundleIdentifier</key>
12+
<string>com.bee.${PRODUCT_NAME:rfc1034identifier}</string>
13+
<key>CFBundleInfoDictionaryVersion</key>
14+
<string>6.0</string>
15+
<key>CFBundleName</key>
16+
<string>${PRODUCT_NAME}</string>
17+
<key>CFBundlePackageType</key>
18+
<string>APPL</string>
19+
<key>CFBundleShortVersionString</key>
20+
<string>1.0</string>
21+
<key>CFBundleSignature</key>
22+
<string>????</string>
23+
<key>CFBundleVersion</key>
24+
<string>1.0</string>
25+
<key>LSRequiresIPhoneOS</key>
26+
<true/>
27+
<key>UIRequiredDeviceCapabilities</key>
28+
<array>
29+
<string>armv7</string>
30+
</array>
31+
<key>UISupportedInterfaceOrientations</key>
32+
<array>
33+
<string>UIInterfaceOrientationPortrait</string>
34+
<string>UIInterfaceOrientationLandscapeLeft</string>
35+
<string>UIInterfaceOrientationLandscapeRight</string>
36+
</array>
37+
</dict>
38+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
//
2+
// Prefix header for all source files of the 'BeeFrameWorkTest' target in the 'BeeFrameWorkTest' project
3+
//
4+
5+
#import <Availability.h>
6+
7+
#ifndef __IPHONE_4_0
8+
#warning "This project uses features only available in iOS SDK 4.0 and later."
9+
#endif
10+
11+
#ifdef __OBJC__
12+
#import <UIKit/UIKit.h>
13+
#import <Foundation/Foundation.h>
14+
#endif
Loading
Loading
Loading

0 commit comments

Comments
 (0)