Skip to content

Commit

Permalink
#198 Fix broken appearance proxy of navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
1and2papa committed Jan 18, 2016
1 parent 98fbce5 commit ebb781f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 132 deletions.
6 changes: 0 additions & 6 deletions CTAssetsPickerController/CTAssetCollectionViewController.m
Expand Up @@ -33,7 +33,6 @@ of this software and associated documentation files (the "Software"), to deal
#import "PHAssetCollection+CTAssetsPickerController.h"
#import "PHAsset+CTAssetsPickerController.h"
#import "NSBundle+CTAssetsPickerController.h"
#import "UIViewController+CTAssetsPickerController.h"



Expand Down Expand Up @@ -334,11 +333,6 @@ - (void)selectedAssetsChanged:(NSNotification *)notification
[self updateButton:selectedAssets];
}

- (void)setTitle:(NSString *)title
{
self.ctnavigationItemTitle = title;
}

- (void)updateTitle:(NSArray *)selectedAssets
{
if ([self isTopViewController] && selectedAssets.count > 0)
Expand Down
6 changes: 0 additions & 6 deletions CTAssetsPickerController/CTAssetsGridViewController.m
Expand Up @@ -39,7 +39,6 @@ of this software and associated documentation files (the "Software"), to deal
#import "UICollectionView+CTAssetsPickerController.h"
#import "NSIndexSet+CTAssetsPickerController.h"
#import "NSBundle+CTAssetsPickerController.h"
#import "UIViewController+CTAssetsPickerController.h"



Expand Down Expand Up @@ -362,11 +361,6 @@ - (void)assetsPickerSelectedAssetsDidChange:(NSNotification *)notification
[self updateButton:selectedAssets];
}

- (void)setTitle:(NSString *)title
{
self.ctnavigationItemTitle = title;
}

- (void)updateTitle:(NSArray *)selectedAssets
{
if (selectedAssets.count > 0)
Expand Down

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions CTAssetsPickerDemo.xcodeproj/project.pbxproj
Expand Up @@ -29,7 +29,6 @@
ADFC004C1B54FF740024CBB9 /* CTLayoutViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = ADFC004B1B54FF740024CBB9 /* CTLayoutViewController.m */; };
ADFE23881B46602400E44353 /* CTProgrammaticViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = ADFE23871B46602400E44353 /* CTProgrammaticViewController.m */; };
ADFE238B1B46868100E44353 /* CTApperanceViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = ADFE238A1B46868100E44353 /* CTApperanceViewController.m */; };
B0811B9F1C0D36F200342722 /* UIViewController+CTAssetsPickerController.m in Sources */ = {isa = PBXBuildFile; fileRef = B0811B9E1C0D36F200342722 /* UIViewController+CTAssetsPickerController.m */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand Down Expand Up @@ -181,8 +180,6 @@
ADFE23871B46602400E44353 /* CTProgrammaticViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CTProgrammaticViewController.m; sourceTree = "<group>"; };
ADFE23891B46868100E44353 /* CTApperanceViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CTApperanceViewController.h; sourceTree = "<group>"; };
ADFE238A1B46868100E44353 /* CTApperanceViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CTApperanceViewController.m; sourceTree = "<group>"; };
B0811B9D1C0D36F200342722 /* UIViewController+CTAssetsPickerController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIViewController+CTAssetsPickerController.h"; sourceTree = "<group>"; };
B0811B9E1C0D36F200342722 /* UIViewController+CTAssetsPickerController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+CTAssetsPickerController.m"; sourceTree = "<group>"; };
F1B2FBB7FD634FB543BB7BB6 /* Pods.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods.framework; sourceTree = BUILT_PRODUCTS_DIR; };
FD69CDFBA7D07D903CCC8B80 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -363,8 +360,6 @@
AD30D7F71AAE9D0400C79E3D /* NSNumberFormatter+CTAssetsPickerController.m */,
ADD965FE1AAD5780002A26A2 /* NSDateFormatter+CTAssetsPickerController.h */,
ADD965FF1AAD5780002A26A2 /* NSDateFormatter+CTAssetsPickerController.m */,
B0811B9D1C0D36F200342722 /* UIViewController+CTAssetsPickerController.h */,
B0811B9E1C0D36F200342722 /* UIViewController+CTAssetsPickerController.m */,
);
path = Categories;
sourceTree = "<group>";
Expand Down Expand Up @@ -543,7 +538,6 @@
ADA073101B462C98009FB7C7 /* CTLastWeekViewController.m in Sources */,
AD4B06C81B428EEF00D99C5A /* CTiCloudAlbumsViewController.m in Sources */,
AD0786E21B428A73003C8863 /* CTDefaultAlbumViewController.m in Sources */,
B0811B9F1C0D36F200342722 /* UIViewController+CTAssetsPickerController.m in Sources */,
AD0786D91B428313003C8863 /* CTBasicViewController.m in Sources */,
ADA0730D1B4625AA009FB7C7 /* CTUITweaksViewController.m in Sources */,
AD18AFD71BCC9BA9008B507D /* CTSelectionOrderViewController.m in Sources */,
Expand Down

0 comments on commit ebb781f

Please sign in to comment.