How can I change the value of a static variable in Objective-C?
Is this allowed?
How can I change the value of a static variable in Objective-C?
Is this allowed?
You use the =
operator to assign a value in the file where the static variable is visible.