yannickl / FlowingMenu

Interactive view transition to display menus with flowing and bouncing effects in Swift
MIT License
974 stars 111 forks source link

Fix the bug after presented the from view disappear #13

Closed aijun198600 closed 7 years ago

aijun198600 commented 7 years ago

Run by Xcode 8, after presented, the view of from view controller will disappear, and just a gray view remained.

codecov-io commented 7 years ago

Current coverage is 2.52% (diff: 0.00%)

Merging #13 into master will increase coverage by 2.52%

@@           master       #13   diff @@
=======================================
  Files           7        21    +14   
  Lines         300       713   +413   
  Methods         0         0          
  Messages        0         0          
  Branches        0         0          
=======================================
+ Hits            0        18    +18   
- Misses        300       695   +395   
  Partials        0         0          

Powered by Codecov. Last update afc3c8e...86abf3b

yannickl commented 7 years ago

Thank you for the fix!