Skip to content

Commit be297d1

Browse files
committed
基本完成 <新建项目> UI部分
1 parent fa61ff7 commit be297d1

7 files changed

Lines changed: 489 additions & 0 deletions

File tree

Coding_iOS.xcodeproj/project.pbxproj

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,9 @@
588588
8EF83F8A19E92AA500E86DE7 /* SettingTagsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF83F8919E92AA500E86DE7 /* SettingTagsViewController.m */; };
589589
8EF83F8C19E931D200E86DE7 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 8EF83F8B19E931D200E86DE7 /* [email protected] */; };
590590
8EF83F9419EB78CC00E86DE7 /* SettingTextViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8EF83F9319EB78CC00E86DE7 /* SettingTextViewController.m */; };
591+
B94C1B691AC945D30000C271 /* NewProjectViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B94C1B681AC945D30000C271 /* NewProjectViewController.m */; };
592+
B94C1B6B1AC945FB0000C271 /* NewProject.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B94C1B6A1AC945FB0000C271 /* NewProject.storyboard */; };
593+
B94C1B6E1AC98CCE0000C271 /* NewProjectTypeViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B94C1B6D1AC98CCE0000C271 /* NewProjectTypeViewController.m */; };
591594
E7A046A01A47279E00528C12 /* Helper.m in Sources */ = {isa = PBXBuildFile; fileRef = E7A0469F1A47279E00528C12 /* Helper.m */; };
592595
/* End PBXBuildFile section */
593596

@@ -1491,6 +1494,11 @@
14911494
8EF83F8B19E931D200E86DE7 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
14921495
8EF83F9219EB78CC00E86DE7 /* SettingTextViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SettingTextViewController.h; sourceTree = "<group>"; };
14931496
8EF83F9319EB78CC00E86DE7 /* SettingTextViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SettingTextViewController.m; sourceTree = "<group>"; };
1497+
B94C1B671AC945D30000C271 /* NewProjectViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewProjectViewController.h; sourceTree = "<group>"; };
1498+
B94C1B681AC945D30000C271 /* NewProjectViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewProjectViewController.m; sourceTree = "<group>"; };
1499+
B94C1B6A1AC945FB0000C271 /* NewProject.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = NewProject.storyboard; sourceTree = "<group>"; };
1500+
B94C1B6C1AC98CCE0000C271 /* NewProjectTypeViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewProjectTypeViewController.h; sourceTree = "<group>"; };
1501+
B94C1B6D1AC98CCE0000C271 /* NewProjectTypeViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NewProjectTypeViewController.m; sourceTree = "<group>"; };
14941502
C613B8719C3D38FED828A1E2 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
14951503
E7A0469E1A47279E00528C12 /* Helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Helper.h; sourceTree = "<group>"; };
14961504
E7A0469F1A47279E00528C12 /* Helper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Helper.m; sourceTree = "<group>"; };
@@ -2318,6 +2326,7 @@
23182326
8EA6CF1B19E240C40076D59C /* Controllers */ = {
23192327
isa = PBXGroup;
23202328
children = (
2329+
B94C1B661AC945C60000C271 /* NewProject */,
23212330
8EA6CF2819E240C40076D59C /* Login */,
23222331
8EA6CF3219E240C40076D59C /* RootControllers */,
23232332
8E1C3DF919E8DFE300EF3032 /* MeSetting */,
@@ -3020,6 +3029,18 @@
30203029
path = Cell;
30213030
sourceTree = "<group>";
30223031
};
3032+
B94C1B661AC945C60000C271 /* NewProject */ = {
3033+
isa = PBXGroup;
3034+
children = (
3035+
B94C1B6A1AC945FB0000C271 /* NewProject.storyboard */,
3036+
B94C1B671AC945D30000C271 /* NewProjectViewController.h */,
3037+
B94C1B681AC945D30000C271 /* NewProjectViewController.m */,
3038+
B94C1B6C1AC98CCE0000C271 /* NewProjectTypeViewController.h */,
3039+
B94C1B6D1AC98CCE0000C271 /* NewProjectTypeViewController.m */,
3040+
);
3041+
path = NewProject;
3042+
sourceTree = "<group>";
3043+
};
30233044
/* End PBXGroup section */
30243045

30253046
/* Begin PBXNativeTarget section */
@@ -3177,6 +3198,7 @@
31773198
8EA6D18419E240C40076D59C /* [email protected] in Resources */,
31783199
4E07D3151A4D3CA6009EDDF2 /* [email protected] in Resources */,
31793200
8EA6D17519E240C40076D59C /* [email protected] in Resources */,
3201+
B94C1B6B1AC945FB0000C271 /* NewProject.storyboard in Resources */,
31803202
8EA6D1A519E240C40076D59C /* [email protected] in Resources */,
31813203
8ED2AAFA19F60D5200607A1D /* [email protected] in Resources */,
31823204
4E5C06E81AC2B34800F427C5 /* [email protected] in Resources */,
@@ -3401,6 +3423,7 @@
34013423
4ECE8B041A3946C10021E29C /* UnReadManager.m in Sources */,
34023424
4EA679131A1466A6001A0324 /* ProjectFiles.m in Sources */,
34033425
4EBDA87C1A6640340035ED96 /* UIActionSheet+Common.m in Sources */,
3426+
B94C1B6E1AC98CCE0000C271 /* NewProjectTypeViewController.m in Sources */,
34043427
4E96E7BB1A1B25D40037C098 /* DirectoryWatcher.m in Sources */,
34053428
4ED673221A8E0ECC00DF2D1A /* SVWebViewControllerActivityReport.m in Sources */,
34063429
4E6BA2E41A1EE6AF005FD721 /* UIButton+AFNetworking.m in Sources */,
@@ -3638,6 +3661,7 @@
36383661
8EF643AC19FF7E2900F7EEB0 /* TweetLikeUserCCell.m in Sources */,
36393662
8E64ED7B19ED0CE3006E99DA /* QBAssetsCollectionCheckmarkView.m in Sources */,
36403663
8EA6D1AB19E240C40076D59C /* main.m in Sources */,
3664+
B94C1B691AC945D30000C271 /* NewProjectViewController.m in Sources */,
36413665
4E996BD91ABA776500C704F1 /* UserInfoTextCell.m in Sources */,
36423666
8E1C3E0819E8DFE300EF3032 /* AboutViewController.m in Sources */,
36433667
4E6BA2D71A1EE6AF005FD721 /* AFHTTPRequestOperation.m in Sources */,

0 commit comments

Comments
 (0)