| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,6 +9,7 @@ | |||
| 9 | 9 | /* Begin PBXBuildFile section */ | |
| 10 | 10 | 093C40691DEAF781008F0AFD /* EaseUserInfoCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 093C40681DEAF781008F0AFD /* EaseUserInfoCell.m */; }; | |
| 11 | 11 | 093C406C1DEAF8DA008F0AFD /* UserActiveGraphCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 093C406B1DEAF8DA008F0AFD /* UserActiveGraphCell.m */; }; | |
| 12 | + 093D950D1E01282400758BAE /* ScreenCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 093D950C1E01282400758BAE /* ScreenCell.m */; }; | ||
| 12 | 13 | 099F63BF1DED9C5100072519 /* TagsScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 099F63BE1DED9C5100072519 /* TagsScrollView.m */; }; | |
| 13 | 14 | 099F63C21DEDB34800072519 /* ActivityView.m in Sources */ = {isa = PBXBuildFile; fileRef = 099F63C11DEDB34800072519 /* ActivityView.m */; }; | |
| 14 | 15 | 099F63C51DEDB3A500072519 /* ActivityMonScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 099F63C41DEDB3A500072519 /* ActivityMonScrollView.m */; }; | |
@@ -1202,6 +1203,8 @@ | |||
| 1202 | 1203 | 093C40681DEAF781008F0AFD /* EaseUserInfoCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EaseUserInfoCell.m; sourceTree = "<group>"; }; | |
| 1203 | 1204 | 093C406A1DEAF8DA008F0AFD /* UserActiveGraphCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UserActiveGraphCell.h; sourceTree = "<group>"; }; | |
| 1204 | 1205 | 093C406B1DEAF8DA008F0AFD /* UserActiveGraphCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = UserActiveGraphCell.m; sourceTree = "<group>"; }; | |
| 1206 | + 093D950B1E01282400758BAE /* ScreenCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ScreenCell.h; sourceTree = "<group>"; }; | ||
| 1207 | + 093D950C1E01282400758BAE /* ScreenCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ScreenCell.m; sourceTree = "<group>"; }; | ||
| 1205 | 1208 | 099F63BD1DED9C5100072519 /* TagsScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TagsScrollView.h; sourceTree = "<group>"; }; | |
| 1206 | 1209 | 099F63BE1DED9C5100072519 /* TagsScrollView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TagsScrollView.m; sourceTree = "<group>"; }; | |
| 1207 | 1210 | 099F63C01DEDB34800072519 /* ActivityView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActivityView.h; sourceTree = "<group>"; }; | |
@@ -5786,6 +5789,8 @@ | |||
| 5786 | 5789 | 093C406B1DEAF8DA008F0AFD /* UserActiveGraphCell.m */, | |
| 5787 | 5790 | 09E337831DF8361300E1A601 /* TaskSelectionCell.h */, | |
| 5788 | 5791 | 09E337841DF8361300E1A601 /* TaskSelectionCell.m */, | |
| 5792 | + 093D950B1E01282400758BAE /* ScreenCell.h */, | ||
| 5793 | + 093D950C1E01282400758BAE /* ScreenCell.m */, | ||
| 5789 | 5794 | ); | |
| 5790 | 5795 | path = Cell; | |
| 5791 | 5796 | sourceTree = "<group>"; | |
@@ -6722,6 +6727,7 @@ | |||
| 6722 | 6727 | 4E4D6AAF1B2047DE00FD2E49 /* CommitCommentCell.m in Sources */, | |
| 6723 | 6728 | D066BB401BF623DD005AB5D6 /* ProjectAboutOthersListCell.m in Sources */, | |
| 6724 | 6729 | 4EA7F15F1A6D192B00A046BD /* SDWebImageManager.m in Sources */, | |
| 6730 | + 093D950D1E01282400758BAE /* ScreenCell.m in Sources */, | ||
| 6725 | 6731 | 8E64ED8519ED0CE3006E99DA /* QBImagePickerThumbnailView.m in Sources */, | |
| 6726 | 6732 | 7EB02FE41B6D0F3E00D2166C /* amrFileCodec.m in Sources */, | |
| 6727 | 6733 | 8E1C3E0D19E8DFE300EF3032 /* SettingViewController.m in Sources */, | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -78,7 +78,7 @@ - (void)viewDidLoad | |||
| 78 | 78 | }); | |
| 79 | 79 | ||
| 80 | 80 | UIBarButtonItem *addBar = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"addBtn_Nav"] style:UIBarButtonItemStylePlain target:self action:@selector(addItemClicked:)]; | |
| 81 | - UIBarButtonItem *screenBar = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"user_info_mutualConcern"] style:UIBarButtonItemStylePlain target:self action:@selector(screenItemClicked:)]; | ||
| 81 | + UIBarButtonItem *screenBar = [[UIBarButtonItem alloc] initWithImage:[UIImage imageNamed:@"a1-筛选"] style:UIBarButtonItemStylePlain target:self action:@selector(screenItemClicked:)]; | ||
| 82 | 82 | self.navigationItem.rightBarButtonItems = @[addBar, screenBar]; | |
| 83 | 83 | ||
| 84 | 84 | ||
@@ -110,7 +110,6 @@ - (void)addItemClicked:(id)sender{ | |||
| 110 | 110 | } | |
| 111 | 111 | ||
| 112 | 112 | - (void)screenItemClicked:(UIBarButtonItem *)sender { | |
| 113 | - // [sender setImage:[UIImage imageNamed:@"addBtn_Nav"]]; | ||
| 114 | 113 | [_screenView showOrHide]; | |
| 115 | 114 | } | |
| 116 | 115 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,6 @@ | |||
| 1 | + { | ||
| 2 | + "info" : { | ||
| 3 | + "version" : 1, | ||
| 4 | + "author" : "xcode" | ||
| 5 | + } | ||
| 6 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,22 @@ | |||
| 1 | + { | ||
| 2 | + "images" : [ | ||
| 3 | + { | ||
| 4 | + "idiom" : "universal", | ||
| 5 | + "scale" : "1x" | ||
| 6 | + }, | ||
| 7 | + { | ||
| 8 | + "idiom" : "universal", | ||
| 9 | + "filename" : "tag@2x.png", | ||
| 10 | + "scale" : "2x" | ||
| 11 | + }, | ||
| 12 | + { | ||
| 13 | + "idiom" : "universal", | ||
| 14 | + "filename" : "tag@3x.png", | ||
| 15 | + "scale" : "3x" | ||
| 16 | + } | ||
| 17 | + ], | ||
| 18 | + "info" : { | ||
| 19 | + "version" : 1, | ||
| 20 | + "author" : "xcode" | ||
| 21 | + } | ||
| 22 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,22 @@ | |||
| 1 | + { | ||
| 2 | + "images" : [ | ||
| 3 | + { | ||
| 4 | + "idiom" : "universal", | ||
| 5 | + "scale" : "1x" | ||
| 6 | + }, | ||
| 7 | + { | ||
| 8 | + "idiom" : "universal", | ||
| 9 | + "filename" : "已筛@2x.png", | ||
| 10 | + "scale" : "2x" | ||
| 11 | + }, | ||
| 12 | + { | ||
| 13 | + "idiom" : "universal", | ||
| 14 | + "filename" : "已筛@3x.png", | ||
| 15 | + "scale" : "3x" | ||
| 16 | + } | ||
| 17 | + ], | ||
| 18 | + "info" : { | ||
| 19 | + "version" : 1, | ||
| 20 | + "author" : "xcode" | ||
| 21 | + } | ||
| 22 | + } | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments