Skip to content

Commit

Permalink
删除冗余数据
Browse files Browse the repository at this point in the history
  • Loading branch information
hxw committed Sep 22, 2019
1 parent 9983456 commit 5dbb3f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 15 deletions.
1 change: 0 additions & 1 deletion HHTransition/UIView+HHLayout.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ typedef NS_ENUM(NSUInteger, ContentPriority) {
/**
约束方式
*/

@property (nonatomic, assign, readonly) UIView * top_;
@property (nonatomic, assign, readonly) UIView * left_;
@property (nonatomic, assign, readonly) UIView * bott_;
Expand Down
10 changes: 0 additions & 10 deletions HHTransition/VCInteractionDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@ @interface VCInteractionDelegate ()

@implementation VCInteractionDelegate

+ (instancetype)shareInstance
{
static VCInteractionDelegate *_instance = nil;
static dispatch_once_t onceToken;
dispatch_once(&onceToken, ^{
_instance = [VCInteractionDelegate new];
});
return _instance;
}

- (nullable id <UIViewControllerInteractiveTransitioning>)navigationController:(UINavigationController *)navigationController
interactionControllerForAnimationController:(id <UIViewControllerAnimatedTransitioning>) animationController
{
Expand Down
4 changes: 2 additions & 2 deletions HHTransitionDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@
INFOPLIST_FILE = HHTransitionDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.kdg.HHTransition;
PRODUCT_BUNDLE_IDENTIFIER = com.dangdang.HHTransition;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
TARGETED_DEVICE_FAMILY = "1,2";
Expand All @@ -489,7 +489,7 @@
INFOPLIST_FILE = HHTransitionDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.kdg.HHTransition;
PRODUCT_BUNDLE_IDENTIFIER = com.dangdang.HHTransition;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
TARGETED_DEVICE_FAMILY = "1,2";
Expand Down
4 changes: 2 additions & 2 deletions HHTransitionDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.0</string>
<string>2.0.0</string>
<key>CFBundleVersion</key>
<string>1.2.0</string>
<string>2.0.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UILaunchStoryboardName</key>
Expand Down

0 comments on commit 5dbb3f3

Please sign in to comment.