我有1名导航管理员和3名观点控制员。 VC1推动VC2和VC2使用Sus ModalViewController展示第3版VC。
- When VC2 uses presentModalViewController to show VC3, is the VC3 actually pushed on the navigationcontroller stack?
- viewdidload of VC3 is called only 1st time. My goal is to show VC3 with a new imageView everytime. Where do I add the code to do that? viewdidappear and viewwillappear of VC3 is not fired either