xZenon
xZenon
Adding `-(void) dealloc {..}` did not help me with this issue. After I switched `@property (nonatomic, weak) UIScrollView *scrollView;` to `strong` in AAPullToRefresh.h error is gone.
I need ability to know when right views are positioned in such way that left menu view is overlapped (to be able make some animations on left view depending on...
You are right, state property will be better approach here I think. I just will setup KVO to track the changes. Removed delegate things and added isFirstViewControllerViewOverdraggedToLeft property instead.
Added isFirstViewControllerViewOverdraggedToLeft getter and status updating while panning to __mainPanGestureRecognizedDidRecognizePanGesture.
Added value tracking so KVO notifications are not generated when overlap status unchanged.
Still does not work. As a result - iOS Example app is crashed when trying to connect to room. Any workarounds?
I also have the same issue on Monterey.
I have the same issue (significant amount of such kind of crashes on our production app) even for much smaller images like: ``` Fatal Exception: NSInvalidArgumentException *** NSAllocateMemoryPages(379916) failed ```...
+1 I'm struggling trying to set this up programmatically (I don't use InterfaceBuilder/stryboards/etc). @hanonno Could you please share some example code to help me and others in future?