MIduo.xcworkspace/xcuserdata/mj.xcuserdatad/UserInterfaceState.xcuserstate | 补丁 | 查看 | 原始文档 | blame | 历史 | |
MIduo.xcworkspace/xcuserdata/mj.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
MIduo/数据/lib/LXAlertView/SJLoginTaoBao.m | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
MIduo/界面/邀请/MainInviteViewController.m | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
MIduo.xcworkspace/xcuserdata/mj.xcuserdatad/UserInterfaceState.xcuserstateBinary files differ
MIduo.xcworkspace/xcuserdata/mj.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
@@ -6,7 +6,7 @@ <BreakpointProxy BreakpointExtensionID = "Xcode.Breakpoint.ExceptionBreakpoint"> <BreakpointContent shouldBeEnabled = "Yes" shouldBeEnabled = "No" ignoreCount = "0" continueAfterRunningActions = "No" scope = "0" @@ -26,38 +26,6 @@ startingLineNumber = "275" endingLineNumber = "275" landmarkName = "-childViewController:forIndex:" 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> MIduo/数据/lib/LXAlertView/SJLoginTaoBao.m
@@ -187,7 +187,7 @@ _SearchButton.frame = CGRectMake((kAlertWidth-240)/2,CGRectGetMaxY(self.image.frame) + 20,240,36); _SearchButton.tag =790; [_SearchButton setTitle:@"鎺堟潈鐧婚檰娣樺疂璐﹀彿" forState:UIControlStateNormal]; [_SearchButton setTitle:@"鎺堟潈鐧诲綍娣樺疂璐﹀彿" forState:UIControlStateNormal]; [_SearchButton setTitleColor:[UIColor whiteColor] forState:UIControlStateNormal]; _SearchButton.titleLabel.font=[UIFont boldSystemFontOfSize:16.0f]; _SearchButton.layer.masksToBounds=YES; MIduo/界面/邀请/MainInviteViewController.m
@@ -242,7 +242,7 @@ } - (void)priTaped:(UIButton *)sender{ if (([[NSUserDefaults standardUserDefaults] objectForKey:@"userId"])) { if (![[NSUserDefaults standardUserDefaults] objectForKey:@"userId"]) { return; } @@ -718,7 +718,7 @@ _loginView.hidden = YES; UIButton *loginButton = [UIButton buttonWithType:UIButtonTypeCustom]; loginButton.frame = CGRectMake(KScreenW / 2 - 40, KScreenH / 2 - 20, 80, 40); [loginButton setTitle:@"鐧婚檰" forState:UIControlStateNormal]; [loginButton setTitle:@"鐧诲綍" forState:UIControlStateNormal]; loginButton.layer.cornerRadius = loginButton.frame.size.height / 2; loginButton.layer.masksToBounds = YES; loginButton.backgroundColor = XYRMainColor;