mamaral / MAPageViewController

MAPageViewController is a simple wrapper around the most common boiler-plate UIPageViewController setup.
MIT License
50 stars 9 forks source link

Issues while running the example #1

Closed ggthedev closed 9 years ago

ggthedev commented 9 years ago

Hi, I was trying your control and have found following issues in different simulator settings: setting: iOS 8.2 Issue: "2015-04-30 19:20:04.820 JVMenuPopover[62622:2018211] <UIVisualEffectView 0x7fe3ba50ec90> is being asked to animate its opacity. This will cause the effect to appear broken until opacity returns to 1. "

setting: iOS 7.1 Issue: application crashes moment i tap the menu button with following message " dyld: lazy symbol binding failed: Symbol not found: _UIAccessibilityIsReduceTransparencyEnabled Referenced from: /Users/gauravgupta/Library/Developer/CoreSimulator/Devices/6688E8A4-A011-47FB-8093-D7DF9A6CC39F/data/Applications/808FDF95-4C4D-415B-959B-910FF0AC55F8/JVMenuPopover.app/JVMenuPopover Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 7.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UIKit.framework/UIKit

dyld: Symbol not found: _UIAccessibilityIsReduceTransparencyEnabled Referenced from: /Users/gauravgupta/Library/Developer/CoreSimulator/Devices/6688E8A4-A011-47FB-8093-D7DF9A6CC39F/data/Applications/808FDF95-4C4D-415B-959B-910FF0AC55F8/JVMenuPopover.app/JVMenuPopover Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 7.1.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UIKit.framework/UIKit "

can u let me know if there is any solution or your control was meant only for iOS 8+?

mamaral commented 9 years ago

The issue related to JVMenuPopover... I assume you meant to open this issue on this?

ggthedev commented 9 years ago

Ya thats very much!!thanks for the direction i will open it on the relevant side.

ggthedev commented 9 years ago

Thanks for the info