Notifications with text field.

How can I write notification code regarding entering correct numbers in text field ?
I am giving up on notifications, instead I would like to remove the code error: cannot use instance member 'number' within property initializer; property initializers run before 'self' is available from code:

let number = "same number"
let absolute = abs(number)
Notifications with text field.
 
 
Q