MEVFloatingButton icon indicating copy to clipboard operation
MEVFloatingButton copied to clipboard

app crashing in mev_dealloc

Open chatterjeesubhojit opened this issue 9 years ago • 8 comments

I added the project according to provided steps but it is continuously crashing when it reaches to try section of mev_dealloc method. Can you check the same please cause even your sample app crashes over there. I tried even commenting the method call location, but still the app runs but the button doesn't appears at all.

I want to implement the example2 project in my app. Please suggest me the solution.

Is there any step that I am missing out of it? IS it necessary to install the pod in order to run add this in my project?

chatterjeesubhojit avatar Jun 04 '16 17:06 chatterjeesubhojit

I'm not being able to reproduce the crash. The example project version 1.2 is not crashing using Xcode 7.3.1. You should be able to play it.

Yes, in order to add this library to your project you have to install the pod as in README is explained.

manuelescrig avatar Jun 06 '16 09:06 manuelescrig

Hello,

I added the the project properly as per the steps except I have not installed the pod yet.

The mev_willAppear method in UIScrollView+FloatingButton.m is not getting called. Following methods are getting called properly :

  • setFloatingButtonDelegate
  • setFloatingButtonView

But not any of the following are getting called:

  • floatingButtonWillAppear
  • floatingButtonDidAppear
  • floatingButtonWillDisappear
  • floatingButtonDidDisappear

Can you suggest? does this need the pod file to be installed?

chatterjeesubhojit avatar Jun 06 '16 10:06 chatterjeesubhojit

I tried to debug the case and it seems that the (Private) methods are not getting called successfully. (Public) ones are getting called on load of the viewcontroller.

chatterjeesubhojit avatar Jun 06 '16 11:06 chatterjeesubhojit

IS it necessary to install the pod in order to run add this in my project?

Yes, in order to add this library to your project you have to install the pod as in README is explained.

manuelescrig avatar Jun 06 '16 11:06 manuelescrig

This is crashing still

renetik avatar Jul 31 '17 17:07 renetik

Why is this closed? the crash still happening.

mohamedadly avatar Aug 27 '17 12:08 mohamedadly

Can confirm as well this crash is still happening

edalford11 avatar Oct 06 '17 18:10 edalford11

Has any one fixed this ?

MubeenQazi avatar Apr 13 '18 08:04 MubeenQazi