iOS?????????Ч?????
???????????? ???????[ 2014/11/13 14:51:58 ] ????????iOS ??????? ??????? ????
???????????PPRevealSideViewController????????Ч??
???????????????pch???????????????????????????ü???
????1.??storyboard??????????????????????????????????????????????????????????????????????????????????棬????????????????????
????2.??AppDelegate?г?????????PPRevealSideViewController???????????????????£?
1 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
2 // Override point for customization after application launch.
3
4 self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
5
6 //???????????????????
7 UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Main" bundle:[NSBundle mainBundle]];
8 UIViewController *vc = [storyboard instantiateViewControllerWithIdentifier:@"NavigationController"];
9
10 //???PPRevealSideViewController????????????????????????????
11 PPRevealSideViewController *sideViewController = [[PPRevealSideViewController alloc] initWithRootViewController:vc];
12
13 sideViewController.fakeiOS7StatusBarColor = [UIColor whiteColor];
14
15 //??sideViewController???ó???????????
16 self.window.rootViewController = sideViewController;
17
18 [self.window makeKeyAndVisible];
19
20 return YES;
21 }
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11