Skip to content

Commit 2b47cdb

Browse files
author
mengyaoyao
committed
UI键盘部分更新
1 parent 384b3a4 commit 2b47cdb

File tree

920 files changed

+4182
-59673
lines changed

Some content is hidden

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

920 files changed

+4182
-59673
lines changed

.DS_Store

-4 KB
Binary file not shown.

CocoaAsyncSocket_TCP.xcodeproj/project.pbxproj

Lines changed: 505 additions & 458 deletions
Large diffs are not rendered by default.

CocoaAsyncSocket_TCP/.DS_Store

0 Bytes
Binary file not shown.

CocoaAsyncSocket_TCP/AppDelegate/AppDelegate+main.m

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,15 @@
77
//
88

99
#import "AppDelegate+main.h"
10-
#import "ChatNavigationController.h"
11-
#import "ChatListViewController.h"
10+
#import "ChatTabbarController.h"
1211

1312
@implementation AppDelegate (main)
1413

1514
- (void)initMainController
1615
{
1716
self.window = [[UIWindow alloc]initWithFrame:SCREEN_BOUNDS];
18-
ChatListViewController *chatlistVC= [[ChatListViewController alloc]init];
19-
ChatNavigationController *nav = [[ChatNavigationController alloc]initWithRootViewController:chatlistVC];
20-
self.window.rootViewController = nav;
17+
ChatTabbarController *tabbarVc = [[ChatTabbarController alloc]init];
18+
self.window.rootViewController = tabbarVc;
2119
[self.window makeKeyAndVisible];
2220
}
2321

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
}
6+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"filename" : "[del_].png",
6+
"scale" : "1x"
7+
},
8+
{
9+
"idiom" : "universal",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"scale" : "3x"
15+
}
16+
],
17+
"info" : {
18+
"version" : 1,
19+
"author" : "xcode"
20+
}
21+
}
2.34 KB
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"images" : [
3+
{
4+
"idiom" : "universal",
5+
"scale" : "1x"
6+
},
7+
{
8+
"idiom" : "universal",
9+
"filename" : "[ok]@2x.png",
10+
"scale" : "2x"
11+
},
12+
{
13+
"idiom" : "universal",
14+
"filename" : "[ok]@3x.png",
15+
"scale" : "3x"
16+
}
17+
],
18+
"info" : {
19+
"version" : 1,
20+
"author" : "xcode"
21+
}
22+
}
3.75 KB
5.15 KB

0 commit comments

Comments
 (0)