FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

添加状态选择功能 · coding/Coding-iOS@38e49fd · GitHub

Commit 38e49fd

Browse files
committed
添加状态选择功能
1 parent 1dfea26 commit 38e49fd

23 files changed

Lines changed: 317 additions & 15 deletions

File tree

‎Coding_iOS.xcodeproj/project.pbxproj‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
/* Begin PBXBuildFile section */
1010
093C40691DEAF781008F0AFD /* EaseUserInfoCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 093C40681DEAF781008F0AFD /* EaseUserInfoCell.m */; };
1111
093C406C1DEAF8DA008F0AFD /* UserActiveGraphCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 093C406B1DEAF8DA008F0AFD /* UserActiveGraphCell.m */; };
12+
093D950D1E01282400758BAE /* ScreenCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 093D950C1E01282400758BAE /* ScreenCell.m */; };
1213
099F63BF1DED9C5100072519 /* TagsScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 099F63BE1DED9C5100072519 /* TagsScrollView.m */; };
1314
099F63C21DEDB34800072519 /* ActivityView.m in Sources */ = {isa = PBXBuildFile; fileRef = 099F63C11DEDB34800072519 /* ActivityView.m */; };
1415
099F63C51DEDB3A500072519 /* ActivityMonScrollView.m in Sources */ = {isa = PBXBuildFile; fileRef = 099F63C41DEDB3A500072519 /* ActivityMonScrollView.m */; };
@@ -1202,6 +1203,8 @@
12021203
093C40681DEAF781008F0AFD /* EaseUserInfoCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EaseUserInfoCell.m; sourceTree = "<group>"; };
12031204
093C406A1DEAF8DA008F0AFD /* UserActiveGraphCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UserActiveGraphCell.h; sourceTree = "<group>"; };
12041205
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>"; };
12051208
099F63BD1DED9C5100072519 /* TagsScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TagsScrollView.h; sourceTree = "<group>"; };
12061209
099F63BE1DED9C5100072519 /* TagsScrollView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TagsScrollView.m; sourceTree = "<group>"; };
12071210
099F63C01DEDB34800072519 /* ActivityView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActivityView.h; sourceTree = "<group>"; };
@@ -5786,6 +5789,8 @@
57865789
093C406B1DEAF8DA008F0AFD /* UserActiveGraphCell.m */,
57875790
09E337831DF8361300E1A601 /* TaskSelectionCell.h */,
57885791
09E337841DF8361300E1A601 /* TaskSelectionCell.m */,
5792+
093D950B1E01282400758BAE /* ScreenCell.h */,
5793+
093D950C1E01282400758BAE /* ScreenCell.m */,
57895794
);
57905795
path = Cell;
57915796
sourceTree = "<group>";
@@ -6722,6 +6727,7 @@
67226727
4E4D6AAF1B2047DE00FD2E49 /* CommitCommentCell.m in Sources */,
67236728
D066BB401BF623DD005AB5D6 /* ProjectAboutOthersListCell.m in Sources */,
67246729
4EA7F15F1A6D192B00A046BD /* SDWebImageManager.m in Sources */,
6730+
093D950D1E01282400758BAE /* ScreenCell.m in Sources */,
67256731
8E64ED8519ED0CE3006E99DA /* QBImagePickerThumbnailView.m in Sources */,
67266732
7EB02FE41B6D0F3E00D2166C /* amrFileCodec.m in Sources */,
67276733
8E1C3E0D19E8DFE300EF3032 /* SettingViewController.m in Sources */,

‎Coding_iOS/.DS_Store‎

0 Bytes
Binary file not shown.

‎Coding_iOS/Controllers/RootControllers/MyTask_RootViewController.m‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ - (void)viewDidLoad
7878
});
7979

8080
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:)];
8282
self.navigationItem.rightBarButtonItems = @[addBar, screenBar];
8383

8484

@@ -110,7 +110,6 @@ - (void)addItemClicked:(id)sender{
110110
}
111111

112112
- (void)screenItemClicked:(UIBarButtonItem *)sender {
113-
// [sender setImage:[UIImage imageNamed:@"addBtn_Nav"]];
114113
[_screenView showOrHide];
115114
}
116115

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"info" : {
3+
"version" : 1,
4+
"author" : "xcode"
5+
}
6+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
}
674 Bytes
LoadingViewer requires iframe.
991 Bytes
LoadingViewer requires iframe.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
}
2.03 KB
LoadingViewer requires iframe.
3.29 KB
LoadingViewer requires iframe.

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL