mirror of
https://github.com/wu736139669/ASHMessageTableViewDemo.git
synced 2026-08-08 06:16:13 +00:00
添加了平滑的下啦加载
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
//
|
||||
|
||||
#import "AppDelegate.h"
|
||||
|
||||
#import "ViewController.h"
|
||||
@interface AppDelegate ()
|
||||
|
||||
@end
|
||||
@@ -17,6 +17,10 @@
|
||||
|
||||
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
|
||||
// Override point for customization after application launch.
|
||||
self.window=[[UIWindow alloc]initWithFrame:[UIScreen mainScreen].bounds];
|
||||
UINavigationController *nav=[[[UINavigationController alloc]initWithRootViewController:[ViewController alloc]]init];
|
||||
self.window.rootViewController=nav;
|
||||
[self.window makeKeyAndVisible];
|
||||
return YES;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user