John-Lluch / SWRevealViewController

A UIViewController subclass for presenting side view controllers inspired on the FaceBook and Wunderlist apps, done right !
Other
4.52k stars 989 forks source link

App crash after modal segue to a TabViewController #340

Open Israelohim opened 9 years ago

Israelohim commented 9 years ago

Hello, well my problem is that i have a ViewController that has a Button, that Button shows a tabBarController where i implemented the sidemenus. When i go to that TabBarController via the Button (modal or push) it crashes. This wont happen if i access via the custom segue from another point clicking on the sidemenu.

I appreciate! Thanks in advance.

tdroenner commented 9 years ago

I've the same issue. It worked with Xcode 5 and iOS SDK 7.1. But switching to XCode 6.1 and SDK 8.1 showed up this problem. I was trying to display the "Write Feedback" Feature of hockey app. The view displays modally and after releasing the app crashes. I took out the SWRevealView (recent version) and the problem disappeared. This bug happens only on iOS 7 (7.1) devices and iOS 7.1 simulator. No crash on iOS 8.

mark-tussock commented 9 years ago

@israIkal @tdroenner Did you find a fix for this? I'm having the same issue

tdroenner commented 9 years ago

I've switched to MMDrawerController.