fixed: 1.适配小屏幕机型
feature: 1.忘记密码新增语音和短信验证码切换功能
This commit is contained in:
@@ -222,7 +222,8 @@ NS_ENUM(NSInteger,deviceType){
|
||||
|
||||
|
||||
[bakbutton addTarget: self action: @selector(goBackAction) forControlEvents: UIControlEventTouchUpInside];
|
||||
|
||||
bakbutton.contentHorizontalAlignment = UIControlContentHorizontalAlignmentLeft;
|
||||
[bakbutton setContentEdgeInsets:UIEdgeInsetsMake(0, 10, 0, -10)];
|
||||
UIBarButtonItem *back=[[UIBarButtonItem alloc] initWithCustomView:bakbutton];
|
||||
self.navigationItem.leftBarButtonItem=back;
|
||||
self.title = @"切换设备";
|
||||
|
||||
Reference in New Issue
Block a user