Update Text Label From Another View
问题 I have an NSTimer that runs every 10 seconds and is kicked off from LandingController.m. It continues to run as you go to other views in the application. I want to be able to (when a certain condition is met within that timer) update a label field from another view GuardMenu.m The label I want to update is called CurrentZone.text and I want to update it from value "N" to value "Y." Here's my timer on LandingController.m self.messageTimer = [NSTimer scheduledTimerWithTimeInterval:10.0 target