hi !
i have some questions for you addict to view transition management
I want to know how is the best way to perform transition between view thats have a lot of subview. That it's the more fluid as possible...
I want to know the best way to perform :
-transition between 2 view (or 2 view of ViewControllers)
-translate a subview in a view (for instance an unfolding menu)
may i create all the view in memory and then perform transitions? or can i create the view when i need it?
I have a view with 30 subView and i cannot improve this. So i need your advices
I have read that the property hidden is good to perform fluid transition. it is true?
thank you for answer me .
i have some questions for you addict to view transition management
I want to know how is the best way to perform transition between view thats have a lot of subview. That it's the more fluid as possible...
I want to know the best way to perform :
-transition between 2 view (or 2 view of ViewControllers)
-translate a subview in a view (for instance an unfolding menu)
may i create all the view in memory and then perform transitions? or can i create the view when i need it?
I have a view with 30 subView and i cannot improve this. So i need your advices
I have read that the property hidden is good to perform fluid transition. it is true?
thank you for answer me .