Commit 4084de525641ce165b0a96691760372577856a4e
1 parent
a68eb051
no message
Showing
2 changed files
with
6 additions
and
4 deletions
CNLiveLoginModule/Classes/Module/CNLiveLoginService.m
| @@ -30,10 +30,10 @@ | @@ -30,10 +30,10 @@ | ||
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | - (void)presentToLoginViewController{ | 32 | - (void)presentToLoginViewController{ |
| 33 | - UIViewController *vc = [[UIViewController alloc]init]; | ||
| 34 | - vc.modalPresentationStyle = UIModalPresentationOverFullScreen; | ||
| 35 | - vc.hidesBottomBarWhenPushed = YES; | ||
| 36 | - // [XWPageJumpManager presentViewController:vc]; | 33 | + UIViewController *vc = [[UIViewController alloc]init]; |
| 34 | + vc.modalPresentationStyle = UIModalPresentationOverFullScreen; | ||
| 35 | + vc.hidesBottomBarWhenPushed = YES; | ||
| 36 | + [CNLivePageJumpManager presentViewController:vc]; | ||
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | - (void)presentToLoginViewController:(BOOL)isShow{ | 39 | - (void)presentToLoginViewController:(BOOL)isShow{ |
Example/CNLiveLoginModule.xcodeproj/project.pbxproj
| @@ -348,11 +348,13 @@ | @@ -348,11 +348,13 @@ | ||
| 348 | "${PODS_ROOT}/Target Support Files/Pods-CNLiveLoginModule_Example/Pods-CNLiveLoginModule_Example-frameworks.sh", | 348 | "${PODS_ROOT}/Target Support Files/Pods-CNLiveLoginModule_Example/Pods-CNLiveLoginModule_Example-frameworks.sh", |
| 349 | "${BUILT_PRODUCTS_DIR}/CNLiveBeeHive/CNLiveBeeHive.framework", | 349 | "${BUILT_PRODUCTS_DIR}/CNLiveBeeHive/CNLiveBeeHive.framework", |
| 350 | "${BUILT_PRODUCTS_DIR}/CNLiveLoginModule/CNLiveLoginModule.framework", | 350 | "${BUILT_PRODUCTS_DIR}/CNLiveLoginModule/CNLiveLoginModule.framework", |
| 351 | + "${BUILT_PRODUCTS_DIR}/CNLiveServices/CNLiveServices.framework", | ||
| 351 | ); | 352 | ); |
| 352 | name = "[CP] Embed Pods Frameworks"; | 353 | name = "[CP] Embed Pods Frameworks"; |
| 353 | outputPaths = ( | 354 | outputPaths = ( |
| 354 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBeeHive.framework", | 355 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBeeHive.framework", |
| 355 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveLoginModule.framework", | 356 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveLoginModule.framework", |
| 357 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveServices.framework", | ||
| 356 | ); | 358 | ); |
| 357 | runOnlyForDeploymentPostprocessing = 0; | 359 | runOnlyForDeploymentPostprocessing = 0; |
| 358 | shellPath = /bin/sh; | 360 | shellPath = /bin/sh; |