MIduo.xcworkspace/xcuserdata/mj.xcuserdatad/UserInterfaceState.xcuserstate | 补丁 | 查看 | 原始文档 | blame | 历史 | |
MIduo.xcworkspace/xcuserdata/mj.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
MIduo/界面/动态/DynamicTableViewCell.m | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
MIduo/界面/我的/Setting/View/SettingViewController.m | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
MIduo/界面/我的/complain/ComplainViewController.m | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
MIduo/界面/我的/complain/ComplainViewController.xib | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
MIduo/界面/我的/service/cell/ServiceTableViewCell.xib | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
MIduo.xcworkspace/xcuserdata/mj.xcuserdatad/UserInterfaceState.xcuserstateBinary files differ
MIduo.xcworkspace/xcuserdata/mj.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
@@ -29,5 +29,37 @@ landmarkType = "7"> </BreakpointContent> </BreakpointProxy> <BreakpointProxy BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint"> <BreakpointContent shouldBeEnabled = "Yes" ignoreCount = "0" continueAfterRunningActions = "No" filePath = "MIduo/界面/我的/Setting/View/SettingViewController.m" timestampString = "555912952.857327" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" startingLineNumber = "234" endingLineNumber = "234" landmarkName = "-tableView:cellForRowAtIndexPath:" landmarkType = "7"> </BreakpointContent> </BreakpointProxy> <BreakpointProxy BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint"> <BreakpointContent shouldBeEnabled = "Yes" ignoreCount = "0" continueAfterRunningActions = "No" filePath = "MIduo/界面/我的/Setting/View/SettingViewController.m" timestampString = "555912952.85738" startingColumnNumber = "9223372036854775807" endingColumnNumber = "9223372036854775807" startingLineNumber = "238" endingLineNumber = "238" landmarkName = "-tableView:cellForRowAtIndexPath:" landmarkType = "7"> </BreakpointContent> </BreakpointProxy> </Breakpoints> </Bucket> MIduo/½çÃæ/¶¯Ì¬/DynamicTableViewCell.m
@@ -81,12 +81,15 @@ if (type == 1) { UILabel *discoutnLabel = [[UILabel alloc]initWithFrame:CGRectMake(CGRectGetMinX(image.frame) + 10, CGRectGetMaxY(image.frame) - 25, image.frame.size.width - 15, 16)]; UILabel *discoutnLabel = [[UILabel alloc]initWithFrame:CGRectMake(CGRectGetMinX(image.frame) + 5, CGRectGetMaxY(image.frame) - 25, image.frame.size.width - 10, 16)]; discoutnLabel.backgroundColor = SJColor(253, 222, 50, 1); discoutnLabel.textColor = XYRMainColor; discoutnLabel.text = dic[@"desc"]; discoutnLabel.textAlignment = NSTextAlignmentCenter; discoutnLabel.font = [UIFont systemFontOfSize:12]; if (KScreenW < 375) { discoutnLabel.font = [UIFont systemFontOfSize:10]; } discoutnLabel.layer.cornerRadius = discoutnLabel.frame.size.height / 2; discoutnLabel.layer.masksToBounds = YES; [imagesView addSubview:discoutnLabel]; MIduo/½çÃæ/ÎÒµÄ/Setting/View/SettingViewController.m
@@ -45,7 +45,6 @@ - (void)viewDidLoad { [super viewDidLoad]; // å®å¶å¯¼èªæ [self CreatNavigationBar]; @@ -133,6 +132,7 @@ } return NO; } /** * ç¼åå¤§å° @@ -231,11 +231,11 @@ if ([self isAllowedNotification]) { [cell.switchButton setOn:NO]; [cell.switchButton setOn:YES]; } else { [cell.switchButton setOn:YES]; [cell.switchButton setOn:NO]; } return cell; MIduo/½çÃæ/ÎÒµÄ/complain/ComplainViewController.m
@@ -11,6 +11,7 @@ @property (weak, nonatomic) IBOutlet UILabel *titleLabel; @property (weak, nonatomic) IBOutlet UITextField *textfield; @property (weak, nonatomic) IBOutlet UIButton *submitButton; @property (strong, nonatomic) NSString *contentString; @end @@ -19,13 +20,40 @@ - (void)viewDidLoad { [super viewDidLoad]; self.view.backgroundColor = XYRBackgroundColor; [self.textfield addTarget:self action:@selector(textFieldDidChange:) forControlEvents:UIControlEventEditingChanged]; [self CreatNavigationBar]; } - (void)initializeInterface{ } /** 订åå·è¾å ¥çæµ @param textfield textfield */ - (void)textFieldDidChange:(UITextField *)textfield { NSString *textString = textfield.text; if (![self inputShouldLetterOrNum:textString] && textString.length > 0) { textfield.text = self.contentString; return; } self.contentString = textfield.text; self.textfield.text = textString; } - (BOOL)inputShouldLetterOrNum:(NSString *)inputString { if (inputString.length == 0) return NO; NSRange range = [inputString rangeOfString:@"^[0-9]*$" options:NSRegularExpressionSearch]; if (range.location == NSNotFound) { return NO; } return YES; } - (IBAction)submitTaped:(UIButton *)sender { if (self.textfield.text.length == 0) { MIduo/½çÃæ/ÎÒµÄ/complain/ComplainViewController.xib
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES"> <device id="retina4_7" orientation="portrait"> <adaptation id="fullscreen"/> </device> @@ -38,7 +38,7 @@ </constraints> <nil key="textColor"/> <fontDescription key="fontDescription" type="system" pointSize="18"/> <textInputTraits key="textInputTraits"/> <textInputTraits key="textInputTraits" keyboardType="numberPad"/> </textField> <button opaque="NO" contentMode="scaleToFill" contentHorizontalAlignment="center" contentVerticalAlignment="center" lineBreakMode="middleTruncation" translatesAutoresizingMaskIntoConstraints="NO" id="udi-fl-IC3"> <rect key="frame" x="25" y="230" width="325" height="40"/> MIduo/½çÃæ/ÎÒµÄ/service/cell/ServiceTableViewCell.xib
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14109" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES"> <document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="14113" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" colorMatched="YES"> <device id="retina4_7" orientation="portrait"> <adaptation id="fullscreen"/> </device> @@ -31,7 +31,7 @@ </button> <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="548748" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="ZjR-Um-G2d"> <rect key="frame" x="10" y="0.0" width="263" height="71.5"/> <fontDescription key="fontDescription" type="system" pointSize="16"/> <fontDescription key="fontDescription" type="system" pointSize="15"/> <color key="textColor" red="0.8980392157" green="0.0" blue="0.36078431370000003" alpha="1" colorSpace="calibratedRGB"/> <nil key="highlightedColor"/> </label>