in my calendar project i have a tapku calendar which displays monday on the very left. In America however, Sunday is usually on the left, so tapku has a method
- (id)initWithSunday:(BOOL)sundayFirst
so that can happen. However this method is used in the previous view controller, that controller initializes the tapkuViewController and then segues over. However, I start my project in the tapku view controller. So how do I set Sunday on the left?
Thanks