fixed: 1.适配小屏幕机型
feature: 1.忘记密码新增语音和短信验证码切换功能
This commit is contained in:
+3
-1
@@ -146,8 +146,10 @@ NIMContactSelectDelegate
|
||||
[bakbutton setImage:[UIImage imageNamed:@"back_btn"] forState:UIControlStateNormal];
|
||||
|
||||
[bakbutton addTarget: self action: @selector(goBackAction) forControlEvents: UIControlEventTouchUpInside];
|
||||
|
||||
[bakbutton setContentEdgeInsets:UIEdgeInsetsMake(0, 10, 0, -10)];
|
||||
bakbutton.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft;
|
||||
UIBarButtonItem *back=[[UIBarButtonItem alloc] initWithCustomView:bakbutton];
|
||||
|
||||
self.navigationItem.leftBarButtonItem=back;
|
||||
UILabel*labe=[[UILabel alloc]initWithFrame:CGRectMake(0, 0, 60, 44)];
|
||||
labe.text=[self sessionTitle];;
|
||||
|
||||
Reference in New Issue
Block a user