views:

178

answers:

1

I have a model-view-controller design app with more than 20 views and imageviews.

In one view, I have a textfield that gets set to first responder when the view displays such that the keyboard is immediately visible. When I push this view onto the navigation controller the display of the keyboard is very slow and jerky. However, when I pop the view, the retraction of the keyboard is fast and smooth.

What could cause the slow and jerky animation when pushing the view? I really have to have the keyboard visible when the view loads.

A: 

I have the same problema.

How I can resolve this !!1

Thanks !!!

Carlos