Sometimes we need to manage multiple timers in UIView so if we recreate multiple timers then it will show wrong value so for this we need to create a single Timer class for every single UIView, for doing this we need to follow some steps:
1: Create an array of timers:
var timer = [Timer]()
2: Now in for loop where you creating multiple views here you have to append the timer and also the UILabel on which the value will show :
Expert in Swift, Objective-C and MVC architecture. Skilled in REST API integration, GraphQL, custom views, and performance optimization using Xcode Profiler and advanced development tools.
Be the first to comment.