MobileMon

Results 23 comments of MobileMon

Same problem for me. Any update on this?

I have the same issue, crashing when pausing the app by going to the home screen. So presumably in on pause method

I have the same issue when using KingFisher in my framework project and building for the simulator The problem is not occurring when building for a physical device Note *In...

I forked the project to demonstrate the issue. Use the example project: https://github.com/MobileMon/JFMinimalNotifications In JFMinimalNotification.m I added a NSLog statement when dealloc is called Now push and pop from both...

Same issue here. Any update? The first and last days are off

Same problem. Any resolution?

I found that setting the 'viewController = nil' after dismissing works

Keep a reference to the popover stored as a property. When its dismissed, set the property to nil (as I mentioned above)

Doesn't really do what I want, I want the tabs centered not expanded

@hashemp206 Works except for when rotating between orientations and the last tab is selected Actually that problem is persistent even without this code so I guess its a separate issue....