This repository was archived by the owner on Jan 5, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
7.Design-TearDowns/6.Expanding-Cells
6.Expanding-Cells.xcodeproj
project.xcworkspace/xcuserdata/MartinRGB.xcuserdatad Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 };
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 };
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments