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 | 30 | } |
| 31 | 31 | |
| 32 | 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 | 39 | - (void)presentToLoginViewController:(BOOL)isShow{ | ... | ... |
Example/CNLiveLoginModule.xcodeproj/project.pbxproj
| ... | ... | @@ -348,11 +348,13 @@ |
| 348 | 348 | "${PODS_ROOT}/Target Support Files/Pods-CNLiveLoginModule_Example/Pods-CNLiveLoginModule_Example-frameworks.sh", |
| 349 | 349 | "${BUILT_PRODUCTS_DIR}/CNLiveBeeHive/CNLiveBeeHive.framework", |
| 350 | 350 | "${BUILT_PRODUCTS_DIR}/CNLiveLoginModule/CNLiveLoginModule.framework", |
| 351 | + "${BUILT_PRODUCTS_DIR}/CNLiveServices/CNLiveServices.framework", | |
| 351 | 352 | ); |
| 352 | 353 | name = "[CP] Embed Pods Frameworks"; |
| 353 | 354 | outputPaths = ( |
| 354 | 355 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveBeeHive.framework", |
| 355 | 356 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveLoginModule.framework", |
| 357 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveServices.framework", | |
| 356 | 358 | ); |
| 357 | 359 | runOnlyForDeploymentPostprocessing = 0; |
| 358 | 360 | shellPath = /bin/sh; | ... | ... |