At startup my TabBarController loads a NavigationController, which has a date picker. This picker is animated up and down by two methods (pickerUp, pickerDown). All this and the formatter are functioning well.
It would be better for the user if the picker was onscreen at startup. Using the pickerUp method - called automatically on loading - would be a good solution.
I'm new to cocoa and could use some guidance.
It would be better for the user if the picker was onscreen at startup. Using the pickerUp method - called automatically on loading - would be a good solution.
I'm new to cocoa and could use some guidance.