FAPanels icon indicating copy to clipboard operation
FAPanels copied to clipboard

FAPanels - Swift

Results 19 FAPanels issues
Sort by recently updated
recently updated
newest added

Hi as title I follow the example `_ = panel!.center(myVC)` It turns out that the center viewController is pushed right, but the leftMenu is not working... I cannot open leftMenu...

After navigate to root view controller from side menu,the side menu is not able to visible I have wrriten the below code in my side menu table view did select...

When ever i change the profile image or username from profile section response successful and change the name on all place except on left side menu i replace the username...

I see working Edge Tap Gesture function attached your image. So I was runing this function in iphone SE simulator working well. But I can t run this function in...

Application crashed due to shuffled function in boxFade and dumpFall animation. Generate Error: Multipleclick on table view row. It is increasing UIImageview in an array and it will generate a...

bug

Hi, Thank you for sharing, its great, I am just wondering if you can add some shadow please and scaling feature similar to this:- https://github.com/jonkykong/SideMenu

enhancement
new feature

In current condition of the lib it is impossible to close side panel by swiping it. In order to close it you should tap, or swipe the grayed area only...

enhancement

I want to open the menu on child pages, but it only works on the center viewcontroller. Cannot change center. panel always nil

I have written following line in view did load method of left menu vc ``` let indexPath = IndexPath(row: 0, section: 0); self.tableView.selectRow(at: indexPath, animated: false, scrollPosition: UITableView.ScrollPosition.none) self.tableView(self.tableView, didSelectRowAt:...