Skip to content
This repository was archived by the owner on Jan 5, 2021. It is now read-only.

Commit f626a84

Browse files
committed
add gif
add gif
1 parent 8d5a859 commit f626a84

4 files changed

Lines changed: 5 additions & 3 deletions

File tree

1.85 MB
Loading

7.Design-TearDowns/6.Expanding-Cells/6.Expanding-Cells.xcodeproj/project.pbxproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,9 +432,10 @@
432432
buildSettings = {
433433
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
434434
CODE_SIGN_IDENTITY = "iPhone Developer";
435+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
435436
INFOPLIST_FILE = "6.Expanding-Cells/Info.plist";
436437
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
437-
PRODUCT_BUNDLE_IDENTIFIER = "com.MartinStudio.--Expanding-Cells";
438+
PRODUCT_BUNDLE_IDENTIFIER = "com.MartinStudio.--Expanding-Cell";
438439
PRODUCT_NAME = "$(TARGET_NAME)";
439440
PROVISIONING_PROFILE = "";
440441
};
@@ -445,9 +446,10 @@
445446
buildSettings = {
446447
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
447448
CODE_SIGN_IDENTITY = "iPhone Developer";
449+
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
448450
INFOPLIST_FILE = "6.Expanding-Cells/Info.plist";
449451
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
450-
PRODUCT_BUNDLE_IDENTIFIER = "com.MartinStudio.--Expanding-Cells";
452+
PRODUCT_BUNDLE_IDENTIFIER = "com.MartinStudio.--Expanding-Cell";
451453
PRODUCT_NAME = "$(TARGET_NAME)";
452454
PROVISIONING_PROFILE = "";
453455
};

7.Design-TearDowns/6.Expanding-Cells/6.Expanding-Cells/FloatingMenuController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class FloatingMenuController: UIViewController {
4646

4747
///**开始3view
4848
let fromView:UIView
49-
let blurredView = UIVisualEffectView(effect: UIBlurEffect(style: .Light))
49+
let blurredView = UIVisualEffectView(effect: UIBlurEffect(style: .Dark))
5050
let closebtn = FloatingButton(image: UIImage(named:"icon-close"), backgroundColor: UIColor.flatRedColor)
5151

5252
///**BUTTON

0 commit comments

Comments
 (0)