修改toastView为新版
This commit is contained in:
+7
-3
@@ -192,11 +192,13 @@
|
||||
//[UIApplication sharedApplication].applicationIconBadgeNumber = 10;
|
||||
}
|
||||
}
|
||||
//自定义弹出框
|
||||
[self setUpToastView];
|
||||
|
||||
/**
|
||||
* 初始化BugTags
|
||||
*/
|
||||
|
||||
|
||||
// BugtagsOptions *options = [[BugtagsOptions alloc] init];
|
||||
// options.trackingCrashes = YES; // 具体可设置的属性请查看 Bugtags.h
|
||||
// [Bugtags startWithAppKey:BUGTAGS_APPKEY invocationEvent:BTGInvocationEventBubble options:options];
|
||||
@@ -363,6 +365,10 @@ if (kScreenSize.height>480) {
|
||||
|
||||
return YES;
|
||||
|
||||
}
|
||||
//自定义toast提示框
|
||||
-(void)setUpToastView{
|
||||
|
||||
}
|
||||
//初始化提示框
|
||||
- (void)setUpSVProgressHUD {
|
||||
@@ -418,7 +424,6 @@ if (kScreenSize.height>480) {
|
||||
self.isGoBack = YES;
|
||||
// [GWNetSingleton sharedClient]
|
||||
[[P2PClient sharedClient] p2pHungUp];
|
||||
#warning p2p appdelegate
|
||||
//2.3 版本 点击home 键 就直接挂起 不让app 后台运行 设置Application does not run in background =YES
|
||||
|
||||
}
|
||||
@@ -508,7 +513,6 @@ if (kScreenSize.height>480) {
|
||||
// 禁止横屏
|
||||
- (UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window
|
||||
{
|
||||
//return [[P2PClient sharedClient] interfaceOrientationMask];
|
||||
|
||||
if (self.canFullScreen) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user