Oren Kosto

Results 8 comments of Oren Kosto

+1 This also happens when scrolling slowly when there are visible cells with React components in them

> > +1 > > This also happens when scrolling slowly when there are visible cells with React components in them > > have you solved it? Sadly, no. We're...

As the error states, you need to embed the VC which you want to show the menu from, in a UINavigationController, and set it to the SlideNavigationController class...

Thanks for your help @Sai628 ! I tried your solution (which looks awesome, btw) and added a frame parameter to the toOvalBitmap like you said (because I handle images of...

I'm also experiencing this problem. Basically an observer is getting set for the floating header (obviously), but doesn't get removed before the tableview is deallocated from the memory. I tried...

Hey @icodebuster , I'm having the same issue as well, and I also tried your solution, but sadly it doesn't work for me. Did you (or anyone here) manage to...

@icodebuster Turns out that was exactly the problem. It works like a charm now! Thanks a million!! :)

Any news on this? I'm having the same problem as well.