You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, sorry, I haven't implemented it. I wish i could, but I do not have time now, really sorry. You can read my code, and do what you want in similar way. Sorry for can not help you right now.
Using the BEFoldMenuViewController library
I want to put the folder function on the right side but it is not implemented properly.
Have you ever implemented it?
Draggin ok
rightMenuAction function not ok
Implementation Source
//
// BEFoldMenuViewController.m
// vozForums
//
// Created by Vũ Trường Giang on 7/21/16.
// Copyright © 2016 Vũ Trường Giang. All rights reserved.
//
#import "BEFoldMenuViewController.h"
#import "UIView+Frame.h"
...
-(void)initCaptureLayer{
UIImage * viewImage = nil;
UIImage *leftImage = nil;
UIImage *rightImage = nil;
}
...
#pragma mark - Private method
-(void)foldViewWithSpace:(CGFloat) space{
CGFloat theSpace = space > 0 ? space : -space;
}
-(void)animateWithState:(BSMenuState)menuState duration:(NSTimeInterval) duration
{
__weak BEFoldMenuViewController *weakSelf = self;
...
}
The text was updated successfully, but these errors were encountered: