I am making my UI from nib files and have added a few animations for UIKit.But as i continue to use my application UI starts to load while animating.Even Navigation bar show with an animation.It seems some kind of memory issue or by some reason uikit is taking time to draw its controls.Would appreciate any kind of help
Share
Here is what i did wrong.I animated a few view using UIView animations but missed to call commitAnimation.I think this is what end up the routine.Thanks for the helps however