Click here to Skip to main content
15,884,628 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am building a calendar control. It generally works well and is responsive, despite using **hundreds** of UIViews (each cell in the example image is a UIView).

<img src="http://i.stack.imgur.com/6g1hQ.png" width="600"/>

I have run into a problem in which the calendar is put in an app. It is fully obscured by some other controls and finally by a Quick Look viewcontroller. **When the Quick Look is dismissed** it takes a long time (10 seconds) before the app appears to respond.

* Any view other than Quick Look has no slowness symptoms

Any help would be appreciated.
Posted
Comments
Sergey Alexandrovich Kryukov 16-Dec-13 22:15pm    
I don't know a suitable code profiler for these settings, but as you are using Xamarine, you can use System.Diagnostics.Stopwatch to profile the code and to find a bottleneck. Without that, it's quite hard to guess what takes such an enormously long time.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900