File tree Expand file tree Collapse file tree
ATNavigationControllerDemo
ATNavigationControllerDemo.xcodeproj
ATNavigationControllerDemo Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "ATNavigationController"
3- s . version = "0.0.3 "
3+ s . version = "0.0.4 "
44 s . summary = "drag back to preViewController"
55 s . homepage = "https://github.com/CoderLT/ATNavigationController"
66 s . license = "MIT"
77 s . author = { "AT" => "290907999@qq.com" }
88 s . social_media_url = "http://weibo.com/aoranxmu"
9- s . source = { :git => "https://github.com/CoderLT/ATNavigationController.git" , :tag => "0.0.3 " }
9+ s . source = { :git => "https://github.com/CoderLT/ATNavigationController.git" , :tag => "0.0.4 " }
1010 s . source_files = "ATNavigationController"
1111 s . requires_arc = true
1212 s . platform = :ios , '6.0'
Original file line number Diff line number Diff line change @@ -53,7 +53,6 @@ - (UIView *)backgroundView {
5353 if (_backgroundView == nil ) {
5454 _backgroundView = [[UIView alloc ]initWithFrame:self .view.bounds];
5555 _backgroundView.backgroundColor = [UIColor blackColor ];
56- [self .view.superview insertSubview: _backgroundView belowSubview: self .view];
5756
5857 _lastScreenShotView = [[UIImageView alloc ] initWithFrame: _backgroundView.bounds];
5958 _lastScreenShotView.backgroundColor = [UIColor whiteColor ];
@@ -63,6 +62,9 @@ - (UIView *)backgroundView {
6362 _lastScreenBlackMask.backgroundColor = [UIColor blackColor ];
6463 [_backgroundView addSubview: _lastScreenBlackMask];
6564 }
65+ if (_backgroundView.superview == nil ) {
66+ [self .view.superview insertSubview: _backgroundView belowSubview: self .view];
67+ }
6668 return _backgroundView;
6769}
6870
Original file line number Diff line number Diff line change 439439 A09B22521AB0893B00E3E4A1 /* Release */,
440440 );
441441 defaultConfigurationIsVisible = 0;
442+ defaultConfigurationName = Release;
442443 };
443444 A09B22531AB0893B00E3E4A1 /* Build configuration list for PBXNativeTarget "ATNavigationControllerDemoTests" */ = {
444445 isa = XCConfigurationList;
447448 A09B22551AB0893B00E3E4A1 /* Release */,
448449 );
449450 defaultConfigurationIsVisible = 0;
451+ defaultConfigurationName = Release;
450452 };
451453/* End XCConfigurationList section */
452454 };
Original file line number Diff line number Diff line change 1919 <key >CFBundleSignature </key >
2020 <string >???? </string >
2121 <key >CFBundleVersion </key >
22- <string >1 </string >
22+ <string >1.0.2 </string >
2323 <key >LSRequiresIPhoneOS </key >
2424 <true />
2525 <key >UILaunchStoryboardName </key >
You can’t perform that action at this time.
0 commit comments