Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shadow appear in left menu on IIViewDeckController in iOs 8

Tags:

xcode6

ios8

In my app with xCode 5 and iOs 7 all works fine, but yesterday I installed xCode 6 and swipe to left sideview of my App shows a shadow in the up-left corner with 150px height and 200px height approximate. This shadow appear at the end of transition to left sideview.

No new version for IIDeckViewController is on GitHub. Anybody knows how to remove this wrong effect in iOs 8?

Thanks in advance

like image 669
jcamacho Avatar asked Sep 28 '14 08:09

jcamacho


1 Answers

This issue is solved with IIDeckViewController release 2.11, available on GitHub.

You can download here

like image 70
jcamacho Avatar answered Oct 27 '22 06:10

jcamacho