Commit 1b2999a84a89a08bc32c9460180cd137830237c7
1 parent
a195b89f
no message
Showing
3 changed files
with
9 additions
and
1 deletions
CNLiveSettingModule.podspec
CNLiveSettingModule/Classes/Module/CNLiveSettingService.m
| ... | ... | @@ -8,6 +8,9 @@ |
| 8 | 8 | |
| 9 | 9 | #import "CNLiveSettingService.h" |
| 10 | 10 | #import "CNLiveServices.h" |
| 11 | + | |
| 12 | +#import "CNLiveManager.h" | |
| 13 | + | |
| 11 | 14 | #import "CNLiveSettingController.h" |
| 12 | 15 | |
| 13 | 16 | @BeeHiveService(CNLiveSettingServiceProtocol,CNLiveSettingService) |
| ... | ... | @@ -24,7 +27,7 @@ |
| 24 | 27 | |
| 25 | 28 | - (void)pushToSettingViewController { |
| 26 | 29 | CNLiveSettingController *vc = [[CNLiveSettingController alloc]init]; |
| 27 | -// [CNLivePageJumpManager pushViewController:vc]; | |
| 30 | + [CNLivePageJumpManager jumpViewController:vc]; | |
| 28 | 31 | } |
| 29 | 32 | |
| 30 | 33 | @end | ... | ... |
Example/CNLiveSettingModule.xcodeproj/project.pbxproj
| ... | ... | @@ -357,6 +357,7 @@ |
| 357 | 357 | "${BUILT_PRODUCTS_DIR}/CNLiveCommonClass/CNLiveCommonClass.framework", |
| 358 | 358 | "${BUILT_PRODUCTS_DIR}/CNLiveEnvironment/CNLiveEnvironment.framework", |
| 359 | 359 | "${BUILT_PRODUCTS_DIR}/CNLiveImagePickerController/CNLiveImagePickerController.framework", |
| 360 | + "${BUILT_PRODUCTS_DIR}/CNLiveManager/CNLiveManager.framework", | |
| 360 | 361 | "${BUILT_PRODUCTS_DIR}/CNLiveRequestBastKit/CNLiveRequestBastKit.framework", |
| 361 | 362 | "${BUILT_PRODUCTS_DIR}/CNLiveTripartiteManagement/CNLiveTripartiteManagement.framework", |
| 362 | 363 | "${BUILT_PRODUCTS_DIR}/CNLiveUploadManager/CNLiveUploadManager.framework", |
| ... | ... | @@ -384,6 +385,7 @@ |
| 384 | 385 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveCommonClass.framework", |
| 385 | 386 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveEnvironment.framework", |
| 386 | 387 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveImagePickerController.framework", |
| 388 | + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveManager.framework", | |
| 387 | 389 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveRequestBastKit.framework", |
| 388 | 390 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveTripartiteManagement.framework", |
| 389 | 391 | "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CNLiveUploadManager.framework", | ... | ... |