修改图片cell

This commit is contained in:
wu736139669
2015-06-02 10:29:46 +08:00
parent 3ca13ba657
commit 4145dc7a50
19 changed files with 444 additions and 83 deletions
+48
View File
@@ -188,6 +188,13 @@
A9B4A9551AEDC3620017C655 /* FeedbackViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A9B4A9531AEDC3620017C655 /* FeedbackViewController.xib */; };
A9B4E39F1AC9908E00A1DBDF /* libMobClickLibrary.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A9B4E39C1AC9908E00A1DBDF /* libMobClickLibrary.a */; };
A9BE23BF1ACD8CA20032171A /* libSocialSina.a in Frameworks */ = {isa = PBXBuildFile; fileRef = A9BE23BD1ACD8CA20032171A /* libSocialSina.a */; };
A9CF211C1B1C36D0007490EF /* mainCellCommentClickN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A9CF211A1B1C36D0007490EF /* mainCellCommentClickN@2x.png */; };
A9CF211D1B1C36D0007490EF /* mainCellCommentN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A9CF211B1B1C36D0007490EF /* mainCellCommentN@2x.png */; };
A9CF21211B1C4C70007490EF /* NoteCommentViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A9CF211F1B1C4C70007490EF /* NoteCommentViewController.m */; };
A9CF21221B1C4C70007490EF /* NoteCommentViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A9CF21201B1C4C70007490EF /* NoteCommentViewController.xib */; };
A9CF21271B1C53E3007490EF /* CommentGoodListCellTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A9CF21251B1C53E3007490EF /* CommentGoodListCellTableViewCell.m */; };
A9CF21281B1C53E3007490EF /* CommentGoodListCellTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = A9CF21261B1C53E3007490EF /* CommentGoodListCellTableViewCell.xib */; };
A9CF212A1B1C65A2007490EF /* praise-wall-white@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A9CF21291B1C65A2007490EF /* praise-wall-white@2x.png */; };
A9E2711B1ADB97ED000B1542 /* Default-568h.png in Resources */ = {isa = PBXBuildFile; fileRef = A9E271191ADB97ED000B1542 /* Default-568h.png */; };
A9E2711C1ADB97ED000B1542 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = A9E2711A1ADB97ED000B1542 /* Default.png */; };
A9E2711E1ADBB25C000B1542 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = A9E2711D1ADBB25C000B1542 /* AVFoundation.framework */; };
@@ -201,6 +208,8 @@
A9FAD4311AC923FC007ADC10 /* MyViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = A9FAD42F1AC923FC007ADC10 /* MyViewController.m */; };
A9FAD4321AC923FC007ADC10 /* MyViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = A9FAD4301AC923FC007ADC10 /* MyViewController.xib */; };
A9FAD4351AC925AC007ADC10 /* LoginViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = A9FAD4341AC925AC007ADC10 /* LoginViewModel.m */; };
A9FD82B71B1D433800AC4DC9 /* accessory@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A9FD82B51B1D433800AC4DC9 /* accessory@2x.png */; };
A9FD82B81B1D433800AC4DC9 /* accessoryN@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = A9FD82B61B1D433800AC4DC9 /* accessoryN@2x.png */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
@@ -480,6 +489,15 @@
A9B4E39E1AC9908E00A1DBDF /* MobClickSocialAnalytics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MobClickSocialAnalytics.h; sourceTree = "<group>"; };
A9BE23BD1ACD8CA20032171A /* libSocialSina.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libSocialSina.a; sourceTree = "<group>"; };
A9BE23BE1ACD8CA20032171A /* UMSocialSinaHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UMSocialSinaHandler.h; sourceTree = "<group>"; };
A9CF211A1B1C36D0007490EF /* mainCellCommentClickN@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "mainCellCommentClickN@2x.png"; sourceTree = "<group>"; };
A9CF211B1B1C36D0007490EF /* mainCellCommentN@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "mainCellCommentN@2x.png"; sourceTree = "<group>"; };
A9CF211E1B1C4C70007490EF /* NoteCommentViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NoteCommentViewController.h; sourceTree = "<group>"; };
A9CF211F1B1C4C70007490EF /* NoteCommentViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NoteCommentViewController.m; sourceTree = "<group>"; };
A9CF21201B1C4C70007490EF /* NoteCommentViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = NoteCommentViewController.xib; sourceTree = "<group>"; };
A9CF21241B1C53E3007490EF /* CommentGoodListCellTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CommentGoodListCellTableViewCell.h; sourceTree = "<group>"; };
A9CF21251B1C53E3007490EF /* CommentGoodListCellTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CommentGoodListCellTableViewCell.m; sourceTree = "<group>"; };
A9CF21261B1C53E3007490EF /* CommentGoodListCellTableViewCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = CommentGoodListCellTableViewCell.xib; sourceTree = "<group>"; };
A9CF21291B1C65A2007490EF /* praise-wall-white@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "praise-wall-white@2x.png"; sourceTree = "<group>"; };
A9E271191ADB97ED000B1542 /* Default-568h.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h.png"; sourceTree = "<group>"; };
A9E2711A1ADB97ED000B1542 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
A9E2711D1ADBB25C000B1542 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
@@ -498,6 +516,8 @@
A9FAD4301AC923FC007ADC10 /* MyViewController.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = MyViewController.xib; sourceTree = "<group>"; };
A9FAD4331AC925AC007ADC10 /* LoginViewModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoginViewModel.h; sourceTree = "<group>"; };
A9FAD4341AC925AC007ADC10 /* LoginViewModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LoginViewModel.m; sourceTree = "<group>"; };
A9FD82B51B1D433800AC4DC9 /* accessory@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "accessory@2x.png"; sourceTree = "<group>"; };
A9FD82B61B1D433800AC4DC9 /* accessoryN@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "accessoryN@2x.png"; sourceTree = "<group>"; };
AD3C5DED2445FC2F0892A525 /* 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>"; };
E7B8559E65B4108EA2C3F343 /* libPods.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libPods.a; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
@@ -748,6 +768,9 @@
A97559AF1ACBC683004ADA42 /* NotePublishViewController.h */,
A97559B01ACBC683004ADA42 /* NotePublishViewController.m */,
A97559B11ACBC683004ADA42 /* NotePublishViewController.xib */,
A9CF211E1B1C4C70007490EF /* NoteCommentViewController.h */,
A9CF211F1B1C4C70007490EF /* NoteCommentViewController.m */,
A9CF21201B1C4C70007490EF /* NoteCommentViewController.xib */,
);
path = Note;
sourceTree = "<group>";
@@ -810,6 +833,7 @@
A97C54B91AC8F0370038818A /* Views */ = {
isa = PBXGroup;
children = (
A9CF21231B1C4EA2007490EF /* Common */,
A98D65991AD37EFD008668EE /* Message */,
A97559C01ACBEE71004ADA42 /* Note */,
);
@@ -905,6 +929,11 @@
A97C54E21AC91FD70038818A /* Resource */ = {
isa = PBXGroup;
children = (
A9FD82B51B1D433800AC4DC9 /* accessory@2x.png */,
A9FD82B61B1D433800AC4DC9 /* accessoryN@2x.png */,
A9CF21291B1C65A2007490EF /* praise-wall-white@2x.png */,
A9CF211A1B1C36D0007490EF /* mainCellCommentClickN@2x.png */,
A9CF211B1B1C36D0007490EF /* mainCellCommentN@2x.png */,
A966FB951AD62C5D00542068 /* icon_error@2x.png */,
A966FB971AD62CAE00542068 /* checkmark@2x.png */,
A966FB981AD62CAE00542068 /* errormark@2x.png */,
@@ -1135,6 +1164,16 @@
path = Sina;
sourceTree = "<group>";
};
A9CF21231B1C4EA2007490EF /* Common */ = {
isa = PBXGroup;
children = (
A9CF21241B1C53E3007490EF /* CommentGoodListCellTableViewCell.h */,
A9CF21251B1C53E3007490EF /* CommentGoodListCellTableViewCell.m */,
A9CF21261B1C53E3007490EF /* CommentGoodListCellTableViewCell.xib */,
);
path = Common;
sourceTree = "<group>";
};
A9FAD41E1AC92293007ADC10 /* Main */ = {
isa = PBXGroup;
children = (
@@ -1251,9 +1290,11 @@
A90BA0011AD6031E00728393 /* MessagePublishViewController.xib in Resources */,
A93442031ACA981D00A6B233 /* Default-568h@2x.png in Resources */,
A9FAD4321AC923FC007ADC10 /* MyViewController.xib in Resources */,
A9FD82B81B1D433800AC4DC9 /* accessoryN@2x.png in Resources */,
A93441FF1ACA919F00A6B233 /* tabbarVoice@2x.png in Resources */,
A968627E1ACCF46E00DDAA6B /* cellmorebtnclickN@2x.png in Resources */,
A9EA14C31B02E88300357529 /* LaunchScreen.xib in Resources */,
A9CF211D1B1C36D0007490EF /* mainCellCommentN@2x.png in Resources */,
A93441FA1ACA919500A6B233 /* tabbarQuotation-dark@2x.png in Resources */,
A97559D01ACBF0BC004ADA42 /* btn_share_clicked@2x.png in Resources */,
A90BA01F1AD606AE00728393 /* voice-record-icon@2x.png in Resources */,
@@ -1272,6 +1313,7 @@
A97DBE461ACAE7B500705682 /* iconWeixin@2x.png in Resources */,
A96862421ACCF0B400DDAA6B /* LICENCE.txt in Resources */,
A985367D1AEB8F89000312BF /* RegistInfoViewController.xib in Resources */,
A9CF21281B1C53E3007490EF /* CommentGoodListCellTableViewCell.xib in Resources */,
A99AA12F1ADD028400574B12 /* Icon120.png in Resources */,
A98536821AEBC7BB000312BF /* SetUserInfoViewController.xib in Resources */,
A97C55071AC933AD0038818A /* UMSShareListController.xib in Resources */,
@@ -1284,6 +1326,7 @@
A97C55041AC933AD0038818A /* UMShareEditViewControlleriPad.xib in Resources */,
A978838A1AD36A0500D46477 /* mainCellDing@2x.png in Resources */,
A98F98541ACA29B5007C4594 /* TencentOpenApi_IOS_Bundle.bundle in Resources */,
A9CF211C1B1C36D0007490EF /* mainCellCommentClickN@2x.png in Resources */,
A9617A591ACC2EBC0024AE4A /* mine-setting-icon@2x.png in Resources */,
A968627C1ACCF3D200DDAA6B /* cellmorebtnnormalN@2x.png in Resources */,
A93442041ACA981D00A6B233 /* Default@2x.png in Resources */,
@@ -1300,6 +1343,7 @@
A93441E61ACA8AC400A6B233 /* Profile_filter_contentIconClick@2x.png in Resources */,
A97559C51ACBEE99004ADA42 /* NoteTableViewCell.xib in Resources */,
A90BA0151AD6066000728393 /* voice-bottom-sure@2x.png in Resources */,
A9CF212A1B1C65A2007490EF /* praise-wall-white@2x.png in Resources */,
A9617A551ACC27860024AE4A /* SetUpViewController.xib in Resources */,
A97559D11ACBF0BC004ADA42 /* btn_share@2x.png in Resources */,
A98D659E1AD37F18008668EE /* MessageTableViewCell.xib in Resources */,
@@ -1319,6 +1363,7 @@
A90BA0121AD6066000728393 /* voice-bottom-close-click@2x.png in Resources */,
A97C55061AC933AD0038818A /* UMSnsAccountViewController.xib in Resources */,
A966FB9A1AD62CAE00542068 /* errormark@2x.png in Resources */,
A9CF21221B1C4C70007490EF /* NoteCommentViewController.xib in Resources */,
A97559CD1ACBF0BC004ADA42 /* btn_bad@2x.png in Resources */,
A93441F71ACA918100A6B233 /* tabbarSetup@2x.png in Resources */,
A90BA0091AD6060600728393 /* playButtonClick@2x.png in Resources */,
@@ -1342,6 +1387,7 @@
A97DBE421ACAE4E300705682 /* first-login-icon.png in Resources */,
A97C55051AC933AD0038818A /* UMSLoginViewController.xib in Resources */,
A97C55081AC933AD0038818A /* UMSocialSDKResourcesNew.bundle in Resources */,
A9FD82B71B1D433800AC4DC9 /* accessory@2x.png in Resources */,
A90BA01B1AD6069A00728393 /* voice-play-start@2x.png in Resources */,
A97DBE341ACAE10800705682 /* LoginViewController.xib in Resources */,
A93441EA1ACA8AD200A6B233 /* Profile_filter_ImageIconClick@2x.png in Resources */,
@@ -1394,6 +1440,7 @@
A9FAD4271AC922BE007ADC10 /* NoteViewController.m in Sources */,
A97559A01ACB88FE004ADA42 /* AWordDefault.m in Sources */,
A97C54D31AC8F10F0038818A /* XiaoYuAPIClient.m in Sources */,
A9CF21211B1C4C70007490EF /* NoteCommentViewController.m in Sources */,
A97559C41ACBEE99004ADA42 /* NoteTableViewCell.m in Sources */,
A96862481ACCF0B400DDAA6B /* MWTapDetectingImageView.m in Sources */,
A9FAD4311AC923FC007ADC10 /* MyViewController.m in Sources */,
@@ -1418,6 +1465,7 @@
A968626E1ACCF13300DDAA6B /* NSIndexPath+PSTCollectionViewAdditions.m in Sources */,
A9FAD42C1AC923E2007ADC10 /* MessageViewController.m in Sources */,
A985367C1AEB8F89000312BF /* RegistInfoViewController.m in Sources */,
A9CF21271B1C53E3007490EF /* CommentGoodListCellTableViewCell.m in Sources */,
A98536811AEBC7BB000312BF /* SetUserInfoViewController.m in Sources */,
A968627A1ACCF13300DDAA6B /* PSTGridLayoutSection.m in Sources */,
A96862771ACCF13300DDAA6B /* PSTGridLayoutInfo.m in Sources */,
@@ -665,11 +665,11 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Ash_AWord/Views/Note/NoteTableViewCell.m"
timestampString = "451710683.81762"
timestampString = "454903615.072925"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "148"
endingLineNumber = "148"
startingLineNumber = "154"
endingLineNumber = "154"
landmarkName = "-setText_Image:"
landmarkType = "5">
</BreakpointContent>
@@ -965,7 +965,7 @@
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Ash_AWord/Utility/Network/RequireEngine.m"
@@ -1541,7 +1541,7 @@
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Ash_AWord/Utility/Network/RequireEngine.m"
@@ -1557,7 +1557,7 @@
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
shouldBeEnabled = "No"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Ash_AWord/Utility/Network/RequireEngine.m"
@@ -1577,11 +1577,11 @@
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Ash_AWord/Views/Note/NoteTableViewCell.m"
timestampString = "451816790.449978"
timestampString = "454903615.072925"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "159"
endingLineNumber = "159"
startingLineNumber = "165"
endingLineNumber = "165"
landmarkName = "-canPerformAction:withSender:"
landmarkType = "5">
</BreakpointContent>
@@ -1666,5 +1666,117 @@
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Ash_AWord/Utility/Network/RequireEngine.m"
timestampString = "453352367.640716"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "123"
endingLineNumber = "123"
landmarkName = "+requireWithProperty:completionBlock:failedBlock:"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Ash_AWord/Utility/Network/RequireEngine.m"
timestampString = "453352369.120388"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "121"
endingLineNumber = "121"
landmarkName = "+requireWithProperty:completionBlock:failedBlock:"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Ash_AWord/ViewControllers/Main/NoteViewController.m"
timestampString = "454337336.032283"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "296"
endingLineNumber = "296"
landmarkName = "-didReceiveMemoryWarning"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Ash_AWord/ViewControllers/Main/NoteViewController.m"
timestampString = "454337336.032283"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "279"
endingLineNumber = "279"
landmarkName = "-imagePickerController:didFinishPickingMediaWithInfo:"
landmarkType = "5">
</BreakpointContent>
</BreakpointProxy>
<BreakpointProxy
BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
<BreakpointContent
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
filePath = "Ash_AWord/ViewControllers/Main/NoteViewController.m"
timestampString = "454337336.032283"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "274"
endingLineNumber = "274"
landmarkName = "-imagePickerControllerDidCancel:"
landmarkType = "5">
<Locations>
<Location
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
symbolName = "-[NoteViewController imagePickerControllerDidCancel:]"
moduleName = "Ash_AWord"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/xmfish/Documents/Ash_Soft/Ash_AWord/Ash_AWord/ViewControllers/Main/NoteViewController.m"
timestampString = "454337074.055901"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "274"
endingLineNumber = "274"
offsetFromSymbolStart = "64">
</Location>
<Location
shouldBeEnabled = "Yes"
ignoreCount = "0"
continueAfterRunningActions = "No"
symbolName = "__53-[NoteViewController imagePickerControllerDidCancel:]_block_invoke"
moduleName = "Ash_AWord"
usesParentBreakpointCondition = "Yes"
urlString = "file:///Users/xmfish/Documents/Ash_Soft/Ash_AWord/Ash_AWord/ViewControllers/Main/NoteViewController.m"
timestampString = "454337074.056061"
startingColumnNumber = "9223372036854775807"
endingColumnNumber = "9223372036854775807"
startingLineNumber = "274"
endingLineNumber = "274"
offsetFromSymbolStart = "12">
</Location>
</Locations>
</BreakpointContent>
</BreakpointProxy>
</Breakpoints>
</Bucket>
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

+3 -3
View File
@@ -118,9 +118,9 @@
for (int i = 0; i < proper.pFile.img.count; i++) {
UIImage *uploadImage = proper.pFile.img[i];
NSString *proName = [proper.pFile.name stringByAppendingFormat:@"%d", i];
// NSData* data = UIImageJPEGRepresentation(uploadImage, 0.5);
// DLog(@"%ld kB",data.length/(8*1024));
[formData appendPartWithFileData:UIImageJPEGRepresentation(uploadImage, 0.5) name:proper.pFile.img.count == 1 ? proper.pFile.name : proName fileName:[proName stringByAppendingString:@".jpg" ] mimeType:@"image/jpg"];
NSData* data = UIImageJPEGRepresentation(uploadImage, 0.1);
DLog(@"%ld kB",data.length/(8*1024));
[formData appendPartWithFileData:UIImageJPEGRepresentation(uploadImage, 0.1) name:proper.pFile.img.count == 1 ? proper.pFile.name : proName fileName:[proName stringByAppendingString:@".jpg" ] mimeType:@"image/jpg"];
}
}else{
NSData* uploadFile = proper.pFile.img[0];
+33 -33
View File
@@ -184,7 +184,7 @@
NSDateFormatter* formatter = [[NSDateFormatter alloc] init];
// [formatter setDateStyle:NSDateFormatterMediumStyle];
// [formatter setTimeStyle:NSDateFormatterShortStyle];
[formatter setDateFormat:@"yyyy-MM-dd HH:MM::ss"];
[formatter setDateFormat:@"yyyy-MM-dd"];
NSDate * d = [NSDate dateWithTimeIntervalSince1970:[timeSp floatValue]/1000];
NSTimeInterval late = [d timeIntervalSince1970];
@@ -230,38 +230,38 @@
{
timeString = [NSString stringWithFormat:@"%f", cha/86400];
timeString = [timeString substringToIndex:timeString.length-7];
int num = [timeString intValue];
if (num < 2) {
timeString = [NSString stringWithFormat:@"昨天"];
}else if(num == 2){
timeString = [NSString stringWithFormat:@"前天"];
}else if (num > 2 && num <7){
timeString = [NSString stringWithFormat:@"%@天前", timeString];
}else if (num >= 7 && num <= 10) {
timeString = [NSString stringWithFormat:@"1周前"];
}else if(num > 10 && num <= 31){
timeString = [NSString stringWithFormat:@"%d天前",num];
}else if (num >31 && num < 365){
timeString = [NSString stringWithFormat:@"%d月前",num/31];
}else{
timeString = [NSString stringWithFormat:@"%d年前",num/365];
}
// timeString = [NSString stringWithFormat:@"%f", cha/86400];
//
// timeString = [timeString substringToIndex:timeString.length-7];
//
// int num = [timeString intValue];
//
// if (num < 2) {
//
// timeString = [NSString stringWithFormat:@"昨天"];
//
// }else if(num == 2){
//
// timeString = [NSString stringWithFormat:@"前天"];
//
// }else if (num > 2 && num <7){
//
// timeString = [NSString stringWithFormat:@"%@天前", timeString];
//
// }else if (num >= 7 && num <= 10) {
//
// timeString = [NSString stringWithFormat:@"1周前"];
//
// }else if(num > 10 && num <= 31){
//
// timeString = [NSString stringWithFormat:@"%d天前",num];
//
// }else if (num >31 && num < 365){
// timeString = [NSString stringWithFormat:@"%d月前",num/31];
// }else{
// timeString = [NSString stringWithFormat:@"%d年前",num/365];
//
// }
}
@@ -258,7 +258,8 @@
picker.sourceType = UIImagePickerControllerSourceTypeCamera;
}
if (buttonIndex == 1) {
picker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
picker.sourceType = UIImagePickerControllerSourceTypeSavedPhotosAlbum;
}
if(buttonIndex == 2)
{
@@ -0,0 +1,13 @@
//
// NoteCommentViewController.h
// Ash_AWord
//
// Created by xmfish on 15/6/1.
// Copyright (c) 2015年 ash. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface NoteCommentViewController : UIViewController
@end
@@ -0,0 +1,37 @@
//
// NoteCommentViewController.m
// Ash_AWord
//
// Created by xmfish on 15/6/1.
// Copyright (c) 2015年 ash. All rights reserved.
//
#import "NoteCommentViewController.h"
@interface NoteCommentViewController ()
@end
@implementation NoteCommentViewController
- (void)viewDidLoad {
[super viewDidLoad];
// Do any additional setup after loading the view from its nib.
}
- (void)didReceiveMemoryWarning {
[super didReceiveMemoryWarning];
// Dispose of any resources that can be recreated.
}
/*
#pragma mark - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
// Get the new view controller using [segue destinationViewController].
// Pass the selected object to the new view controller.
}
*/
@end
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="6211" systemVersion="14A298i" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="6204"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner" customClass="NoteCommentViewController">
<connections>
<outlet property="view" destination="i5M-Pr-FkT" id="sfx-zR-JGt"/>
</connections>
</placeholder>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<view clearsContextBeforeDrawing="NO" contentMode="scaleToFill" id="i5M-Pr-FkT">
<rect key="frame" x="0.0" y="0.0" width="600" height="600"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="calibratedWhite"/>
</view>
</objects>
</document>
@@ -0,0 +1,14 @@
//
// CommentGoodListCellTableViewCell.h
// Ash_AWord
//
// Created by xmfish on 15/6/1.
// Copyright (c) 2015年 ash. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface CommentGoodListCellTableViewCell : UITableViewCell
@property (weak, nonatomic) IBOutlet UIImageView *barBtImageView;
@end
@@ -0,0 +1,23 @@
//
// CommentGoodListCellTableViewCell.m
// Ash_AWord
//
// Created by xmfish on 15/6/1.
// Copyright (c) 2015年 ash. All rights reserved.
//
#import "CommentGoodListCellTableViewCell.h"
@implementation CommentGoodListCellTableViewCell
- (void)awakeFromNib {
// Initialization code
}
- (void)setSelected:(BOOL)selected animated:(BOOL)animated {
[super setSelected:selected animated:animated];
// Configure the view for the selected state
}
@end
@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7702" systemVersion="14A389" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7701"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="80" id="KGk-i7-Jjw" customClass="CommentGoodListCellTableViewCell">
<rect key="frame" x="0.0" y="1" width="320" height="80"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="praise-wall-white.png" translatesAutoresizingMaskIntoConstraints="NO" id="W4b-n6-a3b">
<rect key="frame" x="8" y="11" width="304" height="60"/>
<rect key="contentStretch" x="0.5" y="0.5" width="0.5" height="0.5"/>
<constraints>
<constraint firstAttribute="height" constant="60" id="Jo1-RX-wkX"/>
</constraints>
</imageView>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="accessory.png" translatesAutoresizingMaskIntoConstraints="NO" id="1oY-th-INl">
<rect key="frame" x="294" y="40" width="11" height="15"/>
<constraints>
<constraint firstAttribute="height" constant="15" id="pG0-WF-Ko7"/>
</constraints>
</imageView>
</subviews>
<constraints>
<constraint firstItem="1oY-th-INl" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="32" id="PDz-5x-UtU"/>
<constraint firstAttribute="trailingMargin" secondItem="1oY-th-INl" secondAttribute="trailing" constant="7" id="TPf-qr-G9S"/>
<constraint firstAttribute="bottomMargin" secondItem="W4b-n6-a3b" secondAttribute="bottom" id="VJW-mr-NKP"/>
<constraint firstAttribute="trailingMargin" secondItem="W4b-n6-a3b" secondAttribute="trailing" id="YYn-wN-cho"/>
<constraint firstItem="W4b-n6-a3b" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="l9L-v6-QGN"/>
<constraint firstAttribute="bottomMargin" secondItem="1oY-th-INl" secondAttribute="bottom" constant="16" id="pyg-K1-vVE"/>
</constraints>
</tableViewCellContentView>
<color key="backgroundColor" red="0.93725490199999995" green="0.93725490199999995" blue="0.93725490199999995" alpha="1" colorSpace="calibratedRGB"/>
<connections>
<outlet property="barBtImageView" destination="W4b-n6-a3b" id="z9a-Am-LNG"/>
</connections>
<point key="canvasLocation" x="208" y="233"/>
</tableViewCell>
</objects>
<resources>
<image name="accessory.png" width="11" height="15"/>
<image name="praise-wall-white.png" width="306" height="70"/>
</resources>
</document>
+1
View File
@@ -19,6 +19,7 @@
@property (weak, nonatomic) IBOutlet UIImageView *avatar;
@property (weak, nonatomic) IBOutlet UILabel *userName;
@property (weak, nonatomic) IBOutlet UIImageView *contentImgView;
@property (weak, nonatomic) IBOutlet NSLayoutConstraint *imageWidth;
@property (weak, nonatomic) IBOutlet UIButton *goodBtn;
@property (weak, nonatomic) IBOutlet UIButton *badBtn;
@property (weak, nonatomic)id<NoteTableViewCellDelegate>delegate;
+9 -3
View File
@@ -23,7 +23,7 @@
_contentLabel.font = [UIFont appFontOfSize:14.0];
_contentTextView.font = [UIFont appFontOfSize:14.0];
_contentTextView.scrollEnabled = NO;
_timeLabel.font = [UIFont appFontOfSize:14.0];
// _timeLabel.font = [UIFont appFontOfSize:14.0];
_avatar.layer.cornerRadius = _avatar.frame.size.width/2;
_avatar.layer.masksToBounds = YES;
@@ -37,6 +37,12 @@
_shareBtn.layer.masksToBounds = YES;
_goodBtn.backgroundColor = [UIColor lineColor];
_shareBtn.backgroundColor = [UIColor lineColor];
_badBtn.layer.cornerRadius = 3;
_badBtn.layer.masksToBounds = YES;
_badBtn.backgroundColor = [UIColor lineColor];
_imageWidth.constant = kScreenWidth-16.0;
}
@@ -134,7 +140,7 @@
_timeLabel.text = [CommonUtil timeFromtimeSp:text_image.createTime.stringValue];
_timeLabel.hidden = NO;
UIFont *font = [UIFont appFontOfSize:14.0];
CGSize size = CGSizeMake(300*[Ash_UIUtil currentScreenSizeRate],MAXFLOAT);
CGSize size = CGSizeMake(kScreenWidth-16.0,MAXFLOAT);
CGRect labelRect = [text_image.content boundingRectWithSize:size options:NSStringDrawingUsesLineFragmentOrigin|NSStringDrawingUsesFontLeading attributes:@{NSFontAttributeName:font} context:nil];
_contentHeight.constant = labelRect.size.height+25;
@@ -161,7 +167,7 @@
+(CGFloat)heightWith:(Text_Image *)text_image
{
UIFont *font = [UIFont appFontOfSize:14.0];
CGSize size = CGSizeMake(300*[Ash_UIUtil currentScreenSizeRate],MAXFLOAT);
CGSize size = CGSizeMake(kScreenWidth-16.0,MAXFLOAT);
CGRect labelRect = [text_image.content boundingRectWithSize:size options:NSStringDrawingUsesLineFragmentOrigin|NSStringDrawingUsesFontLeading attributes:@{NSFontAttributeName:font} context:nil];
+69 -34
View File
@@ -1,38 +1,38 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7531" systemVersion="14A389" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="7702" systemVersion="14A389" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7520"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="7701"/>
<capability name="Constraints to layout margins" minToolsVersion="6.0"/>
</dependencies>
<objects>
<placeholder placeholderIdentifier="IBFilesOwner" id="-1" userLabel="File's Owner"/>
<placeholder placeholderIdentifier="IBFirstResponder" id="-2" customClass="UIResponder"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="220" id="KGk-i7-Jjw" customClass="NoteTableViewCell">
<rect key="frame" x="0.0" y="0.0" width="320" height="220"/>
<tableViewCell contentMode="scaleToFill" selectionStyle="default" indentationWidth="10" rowHeight="249" id="KGk-i7-Jjw" customClass="NoteTableViewCell">
<rect key="frame" x="0.0" y="0.0" width="320" height="249"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<tableViewCellContentView key="contentView" opaque="NO" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="center" tableViewCell="KGk-i7-Jjw" id="H2p-sc-9uM">
<rect key="frame" x="0.0" y="0.0" width="320" height="43"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="游客" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Zq3-YP-dwB">
<rect key="frame" x="40" y="10" width="280" height="21"/>
<rect key="frame" x="52" y="10" width="268" height="16"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="lZB-v4-5by"/>
<constraint firstAttribute="height" constant="16" id="lZB-v4-5by"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<fontDescription key="fontDescription" type="system" pointSize="13"/>
<color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
<button hidden="YES" opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="A54-Sv-7Vo">
<rect key="frame" x="76" y="190" width="60" height="24"/>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="A54-Sv-7Vo">
<rect key="frame" x="76" y="218" width="60" height="24"/>
<color key="backgroundColor" red="0.86274509799999999" green="0.86274509799999999" blue="0.86274509799999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="width" constant="60" id="DYJ-Pf-cao"/>
<constraint firstAttribute="height" constant="24" id="cVq-0m-WZE"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="14"/>
<state key="normal" title="0" image="btn_bad.png">
<state key="normal" title="0" image="mainCellCommentN.png">
<color key="titleColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
@@ -44,7 +44,7 @@
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="DAR-mT-RbS">
<rect key="frame" x="252" y="190" width="60" height="24"/>
<rect key="frame" x="252" y="218" width="60" height="24"/>
<color key="backgroundColor" red="0.86274509799999999" green="0.86274509799999999" blue="0.86274509799999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" constant="24" id="CKr-LQ-Mta"/>
@@ -63,20 +63,13 @@
</connections>
</button>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="p9l-PS-2tC">
<rect key="frame" x="8" y="61" width="304" height="120"/>
</imageView>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" " textAlignment="right" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kO5-Uc-AhU">
<rect key="frame" x="112" y="12" width="200" height="21"/>
<rect key="frame" x="8" y="71" width="304" height="139"/>
<constraints>
<constraint firstAttribute="height" constant="21" id="So4-KJ-qSw"/>
<constraint firstAttribute="width" constant="200" id="b2k-Td-bM3"/>
<constraint firstAttribute="width" constant="304" id="9aR-3O-ifk"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="12"/>
<color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
</imageView>
<button opaque="NO" contentMode="scaleAspectFit" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="kWq-q0-MPl">
<rect key="frame" x="8" y="61" width="304" height="120"/>
<rect key="frame" x="8" y="71" width="304" height="139"/>
<state key="normal">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
</state>
@@ -85,14 +78,14 @@
</connections>
</button>
<imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="defaultUserIcon.png" translatesAutoresizingMaskIntoConstraints="NO" id="j8x-8X-1uX">
<rect key="frame" x="8" y="8" width="24" height="24"/>
<rect key="frame" x="8" y="8" width="36" height="36"/>
<constraints>
<constraint firstAttribute="height" constant="24" id="7Ud-nZ-Cv0"/>
<constraint firstAttribute="width" constant="24" id="eLa-By-4UF"/>
<constraint firstAttribute="height" constant="36" id="7Ud-nZ-Cv0"/>
<constraint firstAttribute="width" constant="36" id="eLa-By-4UF"/>
</constraints>
</imageView>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="xeW-Yw-x4V">
<rect key="frame" x="8" y="190" width="60" height="24"/>
<rect key="frame" x="8" y="218" width="60" height="24"/>
<color key="backgroundColor" red="0.86274509799999999" green="0.86274509799999999" blue="0.86274509799999999" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<constraints>
<constraint firstAttribute="height" constant="24" id="RFj-ny-DWm"/>
@@ -112,10 +105,10 @@
</connections>
</button>
<button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" buttonType="roundedRect" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="nwn-Sg-HbR">
<rect key="frame" x="8" y="9" width="24" height="26"/>
<rect key="frame" x="8" y="9" width="36" height="36"/>
<constraints>
<constraint firstAttribute="height" constant="26" id="rBV-dO-ZZD"/>
<constraint firstAttribute="width" constant="24" id="tee-R1-XN3"/>
<constraint firstAttribute="height" constant="36" id="rBV-dO-ZZD"/>
<constraint firstAttribute="width" constant="36" id="tee-R1-XN3"/>
</constraints>
<state key="normal">
<color key="titleShadowColor" white="0.5" alpha="1" colorSpace="calibratedWhite"/>
@@ -125,8 +118,8 @@
</connections>
</button>
<textView clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" scrollEnabled="NO" showsHorizontalScrollIndicator="NO" showsVerticalScrollIndicator="NO" editable="NO" text="内容" translatesAutoresizingMaskIntoConstraints="NO" id="2Rh-LI-LRT">
<rect key="frame" x="2" y="34" width="310" height="27"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="calibratedWhite"/>
<rect key="frame" x="3" y="44" width="314" height="27"/>
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="calibratedWhite"/>
<constraints>
<constraint firstAttribute="height" constant="27" id="Uex-tf-US9"/>
</constraints>
@@ -148,41 +141,82 @@
<action selector="closeBtnClick:" destination="KGk-i7-Jjw" eventType="touchUpInside" id="h93-o6-u19"/>
</connections>
</button>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="12:35:63" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="kO5-Uc-AhU">
<rect key="frame" x="52" y="28" width="253" height="16"/>
<constraints>
<constraint firstAttribute="height" constant="16" id="So4-KJ-qSw"/>
<constraint firstAttribute="width" constant="253" id="b2k-Td-bM3"/>
</constraints>
<fontDescription key="fontDescription" type="system" pointSize="10"/>
<color key="textColor" white="0.66666666666666663" alpha="1" colorSpace="calibratedWhite"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<constraints>
<constraint firstItem="kWq-q0-MPl" firstAttribute="leading" secondItem="j8x-8X-1uX" secondAttribute="leading" id="0xd-VZ-X1q"/>
<constraint firstAttribute="bottomMargin" secondItem="DAR-mT-RbS" secondAttribute="bottom" constant="-3" id="4TG-zs-Q0N"/>
<constraint firstItem="2Rh-LI-LRT" firstAttribute="top" secondItem="j8x-8X-1uX" secondAttribute="bottom" id="50i-Pr-obj"/>
<constraint firstItem="p9l-PS-2tC" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="8ZE-ff-hMV"/>
<constraint firstItem="kWq-q0-MPl" firstAttribute="top" secondItem="j8x-8X-1uX" secondAttribute="bottom" constant="142" id="9Mq-NC-LT4"/>
<constraint firstItem="kWq-q0-MPl" firstAttribute="trailing" secondItem="DAR-mT-RbS" secondAttribute="trailing" id="AQQ-Ig-HhY"/>
<constraint firstAttribute="trailingMargin" secondItem="Zq3-YP-dwB" secondAttribute="trailing" constant="-8" id="AWp-lE-bwq"/>
<constraint firstItem="kO5-Uc-AhU" firstAttribute="top" secondItem="Zq3-YP-dwB" secondAttribute="bottom" constant="2" id="Bge-ea-k7W"/>
<constraint firstItem="kWq-q0-MPl" firstAttribute="trailing" secondItem="2Rh-LI-LRT" secondAttribute="trailing" constant="-5" id="BvJ-E9-Lps"/>
<constraint firstAttribute="bottomMargin" secondItem="xeW-Yw-x4V" secondAttribute="bottom" constant="-3" id="CHt-YD-DRF"/>
<constraint firstItem="kO5-Uc-AhU" firstAttribute="trailing" secondItem="H2p-sc-9uM" secondAttribute="trailingMargin" id="Dxu-6O-Q88"/>
<constraint firstItem="xeW-Yw-x4V" firstAttribute="leading" secondItem="kWq-q0-MPl" secondAttribute="leading" id="GJL-lL-ScI"/>
<constraint firstAttribute="bottomMargin" secondItem="A54-Sv-7Vo" secondAttribute="bottom" constant="-3" id="GQb-si-pt6"/>
<constraint firstItem="nwn-Sg-HbR" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="Jfg-4S-075"/>
<constraint firstItem="Zq3-YP-dwB" firstAttribute="leading" secondItem="j8x-8X-1uX" secondAttribute="trailing" constant="8" id="Jr5-MH-iSW"/>
<constraint firstItem="kWq-q0-MPl" firstAttribute="centerY" secondItem="p9l-PS-2tC" secondAttribute="centerY" id="Jwe-wJ-Fh7"/>
<constraint firstItem="xeW-Yw-x4V" firstAttribute="centerY" secondItem="A54-Sv-7Vo" secondAttribute="centerY" id="NX1-YT-58i"/>
<constraint firstItem="A54-Sv-7Vo" firstAttribute="leading" secondItem="xeW-Yw-x4V" secondAttribute="trailing" constant="8" id="PDA-wH-xbu"/>
<constraint firstItem="j8x-8X-1uX" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="PiZ-qa-B5O"/>
<constraint firstItem="2Rh-LI-LRT" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" constant="-6" id="UIC-fn-AiY"/>
<constraint firstItem="2Rh-LI-LRT" firstAttribute="top" secondItem="kO5-Uc-AhU" secondAttribute="bottom" constant="1" id="VMh-KQ-qOG"/>
<constraint firstItem="kWq-q0-MPl" firstAttribute="leading" secondItem="2Rh-LI-LRT" secondAttribute="leading" constant="5" id="UNx-lt-6Pk"/>
<constraint firstItem="2Rh-LI-LRT" firstAttribute="top" secondItem="kO5-Uc-AhU" secondAttribute="bottom" constant="8" id="VMh-KQ-qOG"/>
<constraint firstItem="DAR-mT-RbS" firstAttribute="trailing" secondItem="H2p-sc-9uM" secondAttribute="trailingMargin" id="XpE-yY-Jq9"/>
<constraint firstItem="Zq3-YP-dwB" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="2" id="Yz4-qJ-JUc"/>
<constraint firstItem="xeW-Yw-x4V" firstAttribute="leading" secondItem="H2p-sc-9uM" secondAttribute="leadingMargin" id="YzT-Tf-o6a"/>
<constraint firstAttribute="centerX" secondItem="p9l-PS-2tC" secondAttribute="centerX" id="Z4g-Tx-GP9"/>
<constraint firstItem="kWq-q0-MPl" firstAttribute="height" secondItem="p9l-PS-2tC" secondAttribute="height" id="Zgr-1g-SIR"/>
<constraint firstItem="kWq-q0-MPl" firstAttribute="centerX" secondItem="p9l-PS-2tC" secondAttribute="centerX" id="b9R-Qn-j79"/>
<constraint firstItem="nwn-Sg-HbR" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="1" id="bJZ-pq-qa8"/>
<constraint firstAttribute="trailingMargin" secondItem="2Rh-LI-LRT" secondAttribute="trailing" id="ble-e8-Va3"/>
<constraint firstItem="DAR-mT-RbS" firstAttribute="centerY" secondItem="xeW-Yw-x4V" secondAttribute="centerY" id="dGR-7T-OvE"/>
<constraint firstItem="p9l-PS-2tC" firstAttribute="top" secondItem="2Rh-LI-LRT" secondAttribute="bottom" id="dUD-nk-z5D"/>
<constraint firstItem="kO5-Uc-AhU" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="4" id="fRB-tZ-fsb"/>
<constraint firstItem="kWq-q0-MPl" firstAttribute="width" secondItem="p9l-PS-2tC" secondAttribute="width" id="g4i-cb-kjD"/>
<constraint firstItem="xeW-Yw-x4V" firstAttribute="top" secondItem="kWq-q0-MPl" secondAttribute="bottom" constant="8" id="gbO-4y-hzV"/>
<constraint firstItem="p9l-PS-2tC" firstAttribute="trailing" secondItem="H2p-sc-9uM" secondAttribute="trailingMargin" id="hsb-xb-XRe"/>
<constraint firstAttribute="bottomMargin" secondItem="p9l-PS-2tC" secondAttribute="bottom" constant="30" id="hwb-4s-rTG"/>
<constraint firstItem="j8x-8X-1uX" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" id="kHO-Ea-fBs"/>
<constraint firstItem="p9l-PS-2tC" firstAttribute="top" secondItem="j8x-8X-1uX" secondAttribute="bottom" constant="40" id="lC1-ZF-Yvp"/>
<constraint firstItem="gwG-sn-K5g" firstAttribute="top" secondItem="H2p-sc-9uM" secondAttribute="topMargin" constant="-8" id="o8k-Qy-MoB"/>
<constraint firstItem="kO5-Uc-AhU" firstAttribute="leading" secondItem="nwn-Sg-HbR" secondAttribute="trailing" constant="8" id="q9r-D6-4Bg"/>
<constraint firstItem="nwn-Sg-HbR" firstAttribute="leading" secondItem="kWq-q0-MPl" secondAttribute="leading" id="rDe-x7-xiz"/>
<constraint firstItem="kO5-Uc-AhU" firstAttribute="trailing" secondItem="kWq-q0-MPl" secondAttribute="trailing" id="vPz-jB-5bX"/>
<constraint firstAttribute="trailingMargin" secondItem="gwG-sn-K5g" secondAttribute="trailing" constant="-8" id="x8T-7E-g0C"/>
</constraints>
<variation key="default">
<mask key="constraints">
<exclude reference="PiZ-qa-B5O"/>
<exclude reference="Jfg-4S-075"/>
<exclude reference="Dxu-6O-Q88"/>
<exclude reference="fRB-tZ-fsb"/>
<exclude reference="vPz-jB-5bX"/>
<exclude reference="UIC-fn-AiY"/>
<exclude reference="VMh-KQ-qOG"/>
<exclude reference="ble-e8-Va3"/>
<exclude reference="9Mq-NC-LT4"/>
<exclude reference="8ZE-ff-hMV"/>
<exclude reference="hsb-xb-XRe"/>
<exclude reference="lC1-ZF-Yvp"/>
<exclude reference="CHt-YD-DRF"/>
<exclude reference="YzT-Tf-o6a"/>
<exclude reference="GQb-si-pt6"/>
<exclude reference="4TG-zs-Q0N"/>
<exclude reference="XpE-yY-Jq9"/>
</mask>
</variation>
</tableViewCellContentView>
@@ -194,20 +228,21 @@
<outlet property="contentImgView" destination="p9l-PS-2tC" id="gjB-iJ-KAX"/>
<outlet property="contentTextView" destination="2Rh-LI-LRT" id="w5j-ni-kam"/>
<outlet property="goodBtn" destination="xeW-Yw-x4V" id="0LE-Gu-6C1"/>
<outlet property="imageWidth" destination="9aR-3O-ifk" id="eGG-bp-b5Q"/>
<outlet property="shareBtn" destination="DAR-mT-RbS" id="fGW-sh-aV3"/>
<outlet property="timeLabel" destination="kO5-Uc-AhU" id="jky-Wu-oYB"/>
<outlet property="userName" destination="Zq3-YP-dwB" id="Ggo-yh-zdb"/>
</connections>
<point key="canvasLocation" x="193" y="144"/>
<point key="canvasLocation" x="196" y="121.5"/>
</tableViewCell>
</objects>
<resources>
<image name="btn_bad.png" width="18" height="18"/>
<image name="btn_bad_clicked.png" width="18" height="18"/>
<image name="btn_share.png" width="18" height="18"/>
<image name="btn_share_clicked.png" width="18" height="18"/>
<image name="closeButtonClick.png" width="21" height="21"/>
<image name="defaultUserIcon.png" width="50" height="50"/>
<image name="mainCellCommentN.png" width="23" height="23"/>
<image name="mainCellDing.png" width="20" height="20"/>
<image name="mainCellDingClick.png" width="20" height="20"/>
</resources>