Skip to content

Commit 25c601a

Browse files
committed
标签增删改减
1 parent b4d3d1c commit 25c601a

33 files changed

Lines changed: 1185 additions & 11 deletions

Coding_iOS.xcodeproj/project.pbxproj

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
0AB591AC1AB6D2F60076C454 /* TweetSendLocaitonMapViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AB591AB1AB6D2F60076C454 /* TweetSendLocaitonMapViewController.m */; };
2626
0AB591AD1AB6D51C0076C454 /* MapKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0A6E6BBC1AB180AE004C0107 /* MapKit.framework */; };
2727
0AB591B01AB6D6BE0076C454 /* TweetSendMapAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = 0AB591AF1AB6D6BE0076C454 /* TweetSendMapAnnotation.m */; };
28+
3A3878371AE293D50078D5DE /* EditLabelViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A3878361AE293D50078D5DE /* EditLabelViewController.m */; };
29+
3A38783A1AE2949E0078D5DE /* ResetLabelViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A3878391AE2949E0078D5DE /* ResetLabelViewController.m */; };
30+
3A38783D1AE295090078D5DE /* ProjectTopicLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A38783C1AE295090078D5DE /* ProjectTopicLabel.m */; };
31+
3A3878401AE295970078D5DE /* ResetLabelCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A38783F1AE295970078D5DE /* ResetLabelCell.m */; };
32+
3A3878451AE296240078D5DE /* EditLabelCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A3878421AE296240078D5DE /* EditLabelCell.m */; };
33+
3A3878461AE296240078D5DE /* EditLabelHeadCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A3878441AE296240078D5DE /* EditLabelHeadCell.m */; };
2834
4E03AC9A1A5BDDF9002B000B /* STARTIMAGE.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 4E03AC991A5BDDF9002B000B /* STARTIMAGE.jpg */; };
2935
4E03ACA01A5CEB41002B000B /* taskDeadline@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4E03AC9E1A5CEB41002B000B /* taskDeadline@2x.png */; };
3036
4E03ACA11A5CEB41002B000B /* taskProgress@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4E03AC9F1A5CEB41002B000B /* taskProgress@2x.png */; };
@@ -633,6 +639,18 @@
633639
0AB591AB1AB6D2F60076C454 /* TweetSendLocaitonMapViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TweetSendLocaitonMapViewController.m; sourceTree = "<group>"; };
634640
0AB591AE1AB6D6BE0076C454 /* TweetSendMapAnnotation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TweetSendMapAnnotation.h; sourceTree = "<group>"; };
635641
0AB591AF1AB6D6BE0076C454 /* TweetSendMapAnnotation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TweetSendMapAnnotation.m; sourceTree = "<group>"; };
642+
3A3878351AE293D50078D5DE /* EditLabelViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EditLabelViewController.h; sourceTree = "<group>"; };
643+
3A3878361AE293D50078D5DE /* EditLabelViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EditLabelViewController.m; sourceTree = "<group>"; };
644+
3A3878381AE2949E0078D5DE /* ResetLabelViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResetLabelViewController.h; sourceTree = "<group>"; };
645+
3A3878391AE2949E0078D5DE /* ResetLabelViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ResetLabelViewController.m; sourceTree = "<group>"; };
646+
3A38783B1AE295090078D5DE /* ProjectTopicLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProjectTopicLabel.h; sourceTree = "<group>"; };
647+
3A38783C1AE295090078D5DE /* ProjectTopicLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ProjectTopicLabel.m; sourceTree = "<group>"; };
648+
3A38783E1AE295970078D5DE /* ResetLabelCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ResetLabelCell.h; sourceTree = "<group>"; };
649+
3A38783F1AE295970078D5DE /* ResetLabelCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ResetLabelCell.m; sourceTree = "<group>"; };
650+
3A3878411AE296240078D5DE /* EditLabelCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EditLabelCell.h; sourceTree = "<group>"; };
651+
3A3878421AE296240078D5DE /* EditLabelCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EditLabelCell.m; sourceTree = "<group>"; };
652+
3A3878431AE296240078D5DE /* EditLabelHeadCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EditLabelHeadCell.h; sourceTree = "<group>"; };
653+
3A3878441AE296240078D5DE /* EditLabelHeadCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = EditLabelHeadCell.m; sourceTree = "<group>"; };
636654
3B024F2227BD4152BC7C9A7A /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
637655
4E03AC991A5BDDF9002B000B /* STARTIMAGE.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = STARTIMAGE.jpg; sourceTree = "<group>"; };
638656
4E03AC9E1A5CEB41002B000B /* taskDeadline@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "taskDeadline@2x.png"; sourceTree = "<group>"; };
@@ -2391,6 +2409,10 @@
23912409
8E6F1C941A03BD6000BF79C8 /* ProjectMemberActivityListViewController.m */,
23922410
8EA6CF1E19E240C40076D59C /* EditTopicViewController.h */,
23932411
8EA6CF1F19E240C40076D59C /* EditTopicViewController.m */,
2412+
3A3878351AE293D50078D5DE /* EditLabelViewController.h */,
2413+
3A3878361AE293D50078D5DE /* EditLabelViewController.m */,
2414+
3A3878381AE2949E0078D5DE /* ResetLabelViewController.h */,
2415+
3A3878391AE2949E0078D5DE /* ResetLabelViewController.m */,
23942416
8EA6CF2019E240C40076D59C /* ConversationViewController.h */,
23952417
8EA6CF2119E240C40076D59C /* ConversationViewController.m */,
23962418
8EA6CF2219E240C40076D59C /* EditTaskViewController.h */,
@@ -2713,6 +2735,8 @@
27132735
8EA6CFE719E240C40076D59C /* ProjectTopic.m */,
27142736
8EA6CFE819E240C40076D59C /* ProjectTopics.h */,
27152737
8EA6CFE919E240C40076D59C /* ProjectTopics.m */,
2738+
3A38783B1AE295090078D5DE /* ProjectTopicLabel.h */,
2739+
3A38783C1AE295090078D5DE /* ProjectTopicLabel.m */,
27162740
8EA6CFEA19E240C40076D59C /* QcTask.h */,
27172741
8EA6CFEB19E240C40076D59C /* QcTask.m */,
27182742
8EA6CFEC19E240C40076D59C /* Register.h */,
@@ -2997,6 +3021,12 @@
29973021
8EF6437A19FF7E2900F7EEB0 /* ProjectActivityListCell.m */,
29983022
8EF6437B19FF7E2900F7EEB0 /* ProjectListCell.h */,
29993023
8EF6437C19FF7E2900F7EEB0 /* ProjectListCell.m */,
3024+
3A3878411AE296240078D5DE /* EditLabelCell.h */,
3025+
3A3878421AE296240078D5DE /* EditLabelCell.m */,
3026+
3A3878431AE296240078D5DE /* EditLabelHeadCell.h */,
3027+
3A3878441AE296240078D5DE /* EditLabelHeadCell.m */,
3028+
3A38783E1AE295970078D5DE /* ResetLabelCell.h */,
3029+
3A38783F1AE295970078D5DE /* ResetLabelCell.m */,
30003030
8EF6437D19FF7E2900F7EEB0 /* ProjectTaskListViewCell.h */,
30013031
8EF6437E19FF7E2900F7EEB0 /* ProjectTaskListViewCell.m */,
30023032
8EF643D419FF7E9F00F7EEB0 /* ProjectTopicCell.h */,
@@ -3587,6 +3617,7 @@
35873617
8EF643C119FF7E2900F7EEB0 /* TaskCommentCell.m in Sources */,
35883618
8E97CE481A0A2DF8006F9AD7 /* AGEmojiPageView.m in Sources */,
35893619
4E9113A31A1C426000AC9431 /* ASProgressPopUpView.m in Sources */,
3620+
3A3878371AE293D50078D5DE /* EditLabelViewController.m in Sources */,
35903621
4ECE8AFE1A3946C10021E29C /* Coding_FileManager.m in Sources */,
35913622
4EABD2541AD3CA7E005E515F /* UIMessageInputView.m in Sources */,
35923623
4ECE8AE51A3943E80021E29C /* UIImageView+Common.m in Sources */,
@@ -3689,10 +3720,12 @@
36893720
4ECE8AE21A3943E80021E29C /* UIColor+expanded.m in Sources */,
36903721
4EA7F15D1A6D192B00A046BD /* SDWebImageDownloader.m in Sources */,
36913722
8EA6D1B419E240C40076D59C /* HtmlMedia.m in Sources */,
3723+
3A3878451AE296240078D5DE /* EditLabelCell.m in Sources */,
36923724
4ECE8ADE1A3943E80021E29C /* NSString+Common.m in Sources */,
36933725
4ECE8B081A3947300021E29C /* BasicPreviewItem.m in Sources */,
36943726
4EA7F15A1A6D192B00A046BD /* SDImageCache.m in Sources */,
36953727
4EBB624C1A6F526C0045DAEF /* NJKWebViewProgress.m in Sources */,
3728+
3A38783A1AE2949E0078D5DE /* ResetLabelViewController.m in Sources */,
36963729
8EA6D13C19E240C40076D59C /* Tweet_RootViewController.m in Sources */,
36973730
B93D904B1ACBA3110057A6EE /* ProjectDeleteAlertControllerVisualStyle.m in Sources */,
36983731
4E1A22851AB172C400CFC14F /* ProjectItemsCell.m in Sources */,
@@ -3703,6 +3736,7 @@
37033736
4ECE8AE11A3943E80021E29C /* UIButton+Common.m in Sources */,
37043737
4ECE8AD81A3943E80021E29C /* UIDownMenuButton.m in Sources */,
37053738
8EA6D14819E240C40076D59C /* UsersViewController.m in Sources */,
3739+
3A3878401AE295970078D5DE /* ResetLabelCell.m in Sources */,
37063740
4EA679201A15AB9F001A0324 /* FileListViewController.m in Sources */,
37073741
8EA6D14119E240C40076D59C /* ValueListViewController.m in Sources */,
37083742
4ECE8ADD1A3943E80021E29C /* NSObject+ObjectMap.m in Sources */,
@@ -3755,6 +3789,7 @@
37553789
8E59F1031A0120F1009A905F /* CodeFile.m in Sources */,
37563790
4E996BCA1ABA754600C704F1 /* JDStatusBarView.m in Sources */,
37573791
8EF643AD19FF7E2900F7EEB0 /* TweetMediaItemCCell.m in Sources */,
3792+
3A3878461AE296240078D5DE /* EditLabelHeadCell.m in Sources */,
37583793
8EA6D23519E240C40076D59C /* ProjectListView.m in Sources */,
37593794
8E64ED7E19ED0CE3006E99DA /* QBAssetsCollectionVideoIndicatorView.m in Sources */,
37603795
8EF643C319FF7E2900F7EEB0 /* TaskContentCell.m in Sources */,
@@ -3772,6 +3807,7 @@
37723807
4E38CF5F1A7A28AF005536C0 /* CodeBranchTagButton.m in Sources */,
37733808
8E64ED8119ED0CE3006E99DA /* QBAssetsCollectionViewLayout.m in Sources */,
37743809
8EA6D1C819E240C40076D59C /* UIBadgeView.m in Sources */,
3810+
3A38783D1AE295090078D5DE /* ProjectTopicLabel.m in Sources */,
37753811
8EF643BD19FF7E2900F7EEB0 /* ProjectListCell.m in Sources */,
37763812
8EF643C819FF7E2900F7EEB0 /* ToMessageCell.m in Sources */,
37773813
4E217F111A70EDC700F6DF88 /* SVWebViewControllerActivityChrome.m in Sources */,
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
//
2+
// EditLabelViewController.h
3+
// Coding_iOS
4+
//
5+
// Created by zwm on 15/4/16.
6+
// Copyright (c) 2015年 Coding. All rights reserved.
7+
//
8+
9+
#import "BaseViewController.h"
10+
11+
@class ProjectTopic;
12+
@interface EditLabelViewController : BaseViewController
13+
14+
@property (weak, nonatomic) ProjectTopic *curProTopic;
15+
16+
@end

0 commit comments

Comments
 (0)