update
This commit is contained in:
Binary file not shown.
@@ -95,9 +95,9 @@ extension NotificationSetUpController : UITableViewDelegate,UITableViewDataSourc
|
|||||||
make.height.equalTo(1)
|
make.height.equalTo(1)
|
||||||
}
|
}
|
||||||
if section == 0 {
|
if section == 0 {
|
||||||
label.text = "未打开应用时"
|
label.text = "应用在后台"
|
||||||
}else{
|
}else{
|
||||||
label.text = "打开应用时"
|
label.text = "应用在前台"
|
||||||
}
|
}
|
||||||
return view
|
return view
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user