I know the problem is simple .. but I can not solve my variable Beats only appears in the second view, but a function ends up calling it in the first view, I just need to check if it's popping up, but I'm not able to do the control if
@IBOutlet weak var Batimentos: UILabel!
if let actualBpm = bpm{
print(actualBpm)
Batimentos.text! = "\(actualBpm)"
}else {
print("ELSE bpm")
}