UrbanApps / UAModalPanel

An animated modal panel alternative for iOS
http://code.coneybeare.net/uamodalpanel-an-open-source-modal-panel-alter
Other
877 stars 136 forks source link

Delay #28

Closed mariosm closed 12 years ago

mariosm commented 12 years ago

Hello,

I am trying to track down a delay. I am getting a delay of around 1.4seconds or so between willShowModalPanel and my layoutSubViews method in my uatitledmodalpanel inherited class.

Any help would be appreciated m

nicolaschengdev commented 11 years ago

Hi mariosm ! Can you tell us how did you manage to reduce the delay please ? Thanks.

mariosm commented 11 years ago

Hello,

What i did was the following: (some or all must have worked)

Marios (Developer of the Apofasi Decision Tool)

nicolaschengdev commented 11 years ago

Thank you very much mariosm,

it helped me a lot. All my GUI controls is now written in "showAnimationFinished" method of my UIModalPanel inherited class.

Mikl-Jeo