Browse Source

【代码修改】添加亲情号,新增通讯录导入

master
公司电脑 1 year ago
parent
commit
9c7393316a
  1. BIN
      LekangGuard.xcworkspace/xcuserdata/ecell.xcuserdatad/UserInterfaceState.xcuserstate
  2. 6
      LekangGuard/Home/Family(亲情号)/AddFamilyNumberViewController.m

BIN
LekangGuard.xcworkspace/xcuserdata/ecell.xcuserdatad/UserInterfaceState.xcuserstate generated

Binary file not shown.

6
LekangGuard/Home/Family(亲情号)/AddFamilyNumberViewController.m

@ -6,6 +6,7 @@
// //
#import "AddFamilyNumberViewController.h" #import "AddFamilyNumberViewController.h"
#import "ChoosePersonAddressVC.h"
@interface AddFamilyNumberViewController () @interface AddFamilyNumberViewController ()
@ -90,7 +91,10 @@
if (i == 1) if (i == 1)
{ {
UIButton *tongBtn = [UICommon ui_buttonSimple:CGRectZero font:Font_(0) normalColor:KKWhiteColorColor normalText:@"" click:^(id x) { UIButton *tongBtn = [UICommon ui_buttonSimple:CGRectZero font:Font_(0) normalColor:KKWhiteColorColor normalText:@"" click:^(id x) {
ChoosePersonAddressVC *vc = [ChoosePersonAddressVC new];
vc.isAddSucceed = ^{
};
[self.navigationController pushViewController:vc animated:YES];
}]; }];
[tongBtn setImage:ImageName_(@"icon_contacts") forState:0]; [tongBtn setImage:ImageName_(@"icon_contacts") forState:0];
[bgView addSubview:tongBtn]; [bgView addSubview:tongBtn];

Loading…
Cancel
Save