i have the below issue
property tasklistviewcontroller not found object type “timertasklistviewcontroller”.
I cannot access the property one view controller to another view controller. i declare the all class and controller in header. can u help me guys?
It’s telling you the truth.
tasklistviewcontrolleris a property ofTimerAddViewController, not a property ofTimerTaskListViewControllerViewController.