Questions tagged [mfslidemenu]

24 questions
0
votes
1 answer

iOS: MFSideMenu shows black screen on simulator

i am importing MFSideMenu to my dummy project. i am using the following codes .h file #import #import "MFSideMenu.h" #import "RightSideViewController.h" #import "MFSideMenuContainerViewController.h" @interface xyzAppDelegate :…
Abhi
  • 243
  • 4
  • 19
0
votes
2 answers

how I use MFSideMenu?

I'm trying to create a MFSideMenu however I never used it and do not know what it missing. Can anyone write a short tutorial on how to finalize it? -(void)viewDidLoad{ MFSideMenuContainerViewController *container =…
user4028105
0
votes
1 answer

TableView with NO shadow

I have a SlideMenu that i use this library https://github.com/SocialObjects-Software/AMSlideMenu . My main view project a shadow over my Menu view. I read the documentary but i do not found anything helpfull. Also I try this but do not…
0
votes
1 answer

UIScrollView does not work with MFSideMenu library?

I need to implement, sidemenu featured application. I have added MFSideMenu library to my project. I am putting something to its containerviewcontroller in which there is a scrollview. But scrollview does not scroll. I am setting content size of…
erdemgc
  • 1,701
  • 3
  • 23
  • 43
0
votes
1 answer

Adding slidemenu and sherloc actionbar in my projecct

I am new in android and Adding slidemenu and sherlock actionbar in my project, but getting this error : [2013-11-20 19:36:46 - Sample] SHA-1: 48c94ae70fa65718b382098237806a5909bb096e [2013-11-20 19:36:46 - Sample] Path: F:\My…
Milon
  • 2,221
  • 23
  • 27
0
votes
1 answer

what are the steps to implement the slide menu in android or there are any codes

I need to create an application with unknown activities. this application is the slide menu . i want to implement a simple slide menu as the one in the iphone(facebook) ,,but i wanna to do this in android ,, someones tells me to use the including…
aroma Khan
  • 89
  • 2
  • 11
0
votes
1 answer

How to close the SlideMenu when onClick a button inside the 'menu'

I'm quite a newbie in Android, but manage to create a simple SlideMenu by referring to https://www.youtube.com/watch?v=OT76zDIeBe8 I've also created a few buttons in the 'menu' used to intent to other pages. The thing now is, I want it to be like…
0
votes
1 answer

Details on using MFSideMenu

I'm trying to use the MFSideMenu to implement a facebook like sliding side menu. My problem is I keep getting EXC_BAD_ACCESS error=2 on this line in the MFSideMenu library: 256: closeSideMenuCompletion:(void (^)(void))completion Any ideas what that…
-1
votes
1 answer

I received an error when presenting a modal view controller. It says my view controller is detached. Any solution?

Error : "Presenting view controllers on detached view controllers is discouraged ." HomeView *objHomeView = [[HomeView alloc] initWithNibName:@"HomeView" bundle:nil]; objNav = [[UINavigationController alloc]…
seggy
  • 1,176
  • 2
  • 18
  • 38
1
2