manuelescrig / MEVFloatingButton

An iOS drop-in UITableView, UICollectionView and UIScrollView superclass category for showing a customizable floating button on top of it.
MIT License
297 stars 39 forks source link

app crashing in mev_dealloc #4

Open chatterjeesubhojit opened 8 years ago

chatterjeesubhojit commented 8 years ago

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?

manuelescrig commented 8 years ago

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.

chatterjeesubhojit commented 8 years ago

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 :

But not any of the following are getting called:

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

chatterjeesubhojit commented 8 years ago

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.

manuelescrig commented 8 years ago

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.

renetik commented 7 years ago

This is crashing still

mohamedadly commented 7 years ago

Why is this closed? the crash still happening.

edalford11 commented 7 years ago

Can confirm as well this crash is still happening

MubeenQazi commented 6 years ago

Has any one fixed this ?