You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.summary = "NSTimer alternative that doesn't retain the target."
s.description = "You can create a NSTimer with target and selector and the NSTimer will not maintain a strong reference to target. Or you can use block to create a NSTimer."