Skip to content

Commit c6f1237

Browse files
committed
所有界面
1 parent 2a00a73 commit c6f1237

11 files changed

Lines changed: 663 additions & 228 deletions

Coding_iOS.xcodeproj/project.pbxproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
3A3878461AE296240078D5DE /* EditLabelHeadCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A3878441AE296240078D5DE /* EditLabelHeadCell.m */; };
3434
3A3878491AE36ED70078D5DE /* TopicListButton.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A3878481AE36ED70078D5DE /* TopicListButton.m */; };
3535
3A38784C1AE36EF00078D5DE /* TopicListView.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A38784B1AE36EF00078D5DE /* TopicListView.m */; };
36+
3A38784F1AE557700078D5DE /* TopicPreviewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 3A38784E1AE557700078D5DE /* TopicPreviewCell.m */; };
3637
4E03AC9A1A5BDDF9002B000B /* STARTIMAGE.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 4E03AC991A5BDDF9002B000B /* STARTIMAGE.jpg */; };
3738
4E03ACA01A5CEB41002B000B /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 4E03AC9E1A5CEB41002B000B /* [email protected] */; };
3839
4E03ACA11A5CEB41002B000B /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 4E03AC9F1A5CEB41002B000B /* [email protected] */; };
@@ -657,6 +658,8 @@
657658
3A3878481AE36ED70078D5DE /* TopicListButton.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TopicListButton.m; sourceTree = "<group>"; };
658659
3A38784A1AE36EF00078D5DE /* TopicListView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TopicListView.h; sourceTree = "<group>"; };
659660
3A38784B1AE36EF00078D5DE /* TopicListView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TopicListView.m; sourceTree = "<group>"; };
661+
3A38784D1AE557700078D5DE /* TopicPreviewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TopicPreviewCell.h; sourceTree = "<group>"; };
662+
3A38784E1AE557700078D5DE /* TopicPreviewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TopicPreviewCell.m; sourceTree = "<group>"; };
660663
3B024F2227BD4152BC7C9A7A /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
661664
4E03AC991A5BDDF9002B000B /* STARTIMAGE.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = STARTIMAGE.jpg; sourceTree = "<group>"; };
662665
4E03AC9E1A5CEB41002B000B /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
@@ -3065,6 +3068,8 @@
30653068
8EF6439419FF7E2900F7EEB0 /* TopicCommentCell.m */,
30663069
8EF6439519FF7E2900F7EEB0 /* TopicContentCell.h */,
30673070
8EF6439619FF7E2900F7EEB0 /* TopicContentCell.m */,
3071+
3A38784D1AE557700078D5DE /* TopicPreviewCell.h */,
3072+
3A38784E1AE557700078D5DE /* TopicPreviewCell.m */,
30683073
8EF6439719FF7E2900F7EEB0 /* TweetCell.h */,
30693074
8EF6439819FF7E2900F7EEB0 /* TweetCell.m */,
30703075
8EF6439919FF7E2900F7EEB0 /* TweetCommentCell.h */,
@@ -3648,6 +3653,7 @@
36483653
4ECE8B001A3946C10021E29C /* CodingNetAPIClient.m in Sources */,
36493654
8EF643B119FF7E2900F7EEB0 /* ConversationCell.m in Sources */,
36503655
8EF643D019FF7E2900F7EEB0 /* TweetSendImagesCell.m in Sources */,
3656+
3A38784F1AE557700078D5DE /* TopicPreviewCell.m in Sources */,
36513657
8ED0D87519FBA6EA00FBA818 /* NSString+Emojize.m in Sources */,
36523658
4E1A228B1AB1844F00CFC14F /* EaseGitButton.m in Sources */,
36533659
4E996BE51ABAB1D700C704F1 /* ProjectListTaCell.m in Sources */,

Coding_iOS/Controllers/EditLabelViewController.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ - (NSString *)toDelPath:(NSInteger)index
115115
#pragma mark - click
116116
- (void)okBtnClick
117117
{
118+
118119
[self.navigationController popViewControllerAnimated:YES];
119120
}
120121

0 commit comments

Comments
 (0)