Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
44 views

iOS - UITableViews are being resized when they shouldn't be

I'm working with ECSlidingViewController. When I load my view, everything displays perfectly. When I slide the menu out for the first time after loading a view, the two tables in my view change their ...
Marcel Marino's user avatar
0 votes
0 answers
157 views

Trying to open multiple views simultaneously causes a crash

My app calls a block in tableView:didSelectRowAtIndexPath and in the block it presents a view controller. If I click the cell second time when the first click is in progress, it crashes. I've solved ...
zontragon's user avatar
  • 830
0 votes
1 answer
247 views

ECSlidingViewController - adding UITableView and segue to another ViewController

I am trying to create push segue from view. Maybe image would be best for describing: I started from sample ECSlidingViewController project (BasicMenu) and I am trying to expand first ViewController (...
Libor Zapletal's user avatar
2 votes
2 answers
841 views

TableView overlaps the status bar in sliding view controller

I'm creating a slidingView controller using ECSlidingViewController like the one the previous version of Facebook had. Everything works fine but the menuViewController (tableViewController) is being ...
bachman's user avatar
  • 690
1 vote
1 answer
98 views

Obj-C: Swipe to delete locking app

I'm having an issue with swipe to delete in UITableViews when using ECSlidingViewController. I have a very simple example here: https://github.com/RichardSimko/ECSlidingViewControllerTest The ...
Richard's user avatar
  • 3,306
0 votes
2 answers
135 views

Selecting first item in TableView menu

I am using ECSlidingViewController to manage my slide to reveal menu. When I first slide the menu over, none of the menu items are selected. Once I select an item, from this point on it will remain ...
The Human Bagel's user avatar
0 votes
1 answer
81 views

adjust base view size ios

I am trying to create an app with a friend picker, similar to that in Facebook, and other similar apps (using ECSlidingViewConroller). I have the slider working so far, however because it is sliding ...
Jameo's user avatar
  • 4,627
1 vote
2 answers
2k views

ECSlidingViewController disabling swipe to delete in UITableView [duplicate]

I'm using this source code for adding a sliding menu similar to the Facebook App: Git Hub Project ECSlidingViewController: https://github.com/edgecase/ECSlidingViewController Here is the code for my ...
Cody Winton's user avatar
  • 2,989
0 votes
2 answers
910 views

Should I reuse a navigation and table view controller for different data sources?

I am using ECSlidingViewController, a library that gives a side-drawer effect. My application opens to a (navigation controller holding a) table view controller of 'Nearby' results, and the cells ...
user's user avatar
  • 3,446
1 vote
1 answer
6k views

Loaded the nib but didn't get a UITableView Exception

I'm trying to load a uitableview using ECSlidingViewController methods. When I call this code: UIStoryboard* sb = [UIStoryboard storyboardWithName:@"MainStoryboard_iPhone" ...
Mohamed Emad Hegab's user avatar
0 votes
1 answer
305 views

Passing Data from Slide menu to UITableViewController through UINavigationViewController

How can I pass data from UINavigationController to The root UITableViewController? I have implemented the ECSlidingViewController (https://github.com/edgecase/ECSlidingViewController). User selects ...
Almas Kairatuly's user avatar
3 votes
0 answers
800 views

UITableView first row is scrolled up when view shows up

I ran into this very strange bug and have no idea how to fix it after trying all that I know. So if you can help it would be immensely helpful!!! I have a UIViewController that is hosting a tableView ...
Enzo's user avatar
  • 944
0 votes
1 answer
140 views

Using ECSlidingViewController framework, how can I add a navigationcontroller to MenuViewController for a child tableview

I'm using ECSlidingViewController framework, I need to implement a table that is child of MenuViewController. when I select a row I have to go to another tableview using a navigation controller, how ...
swifferina's user avatar
1 vote
1 answer
260 views

iOS: How can I prevent a resized view from resetting itself?

I'm using ECSlidingViewController. When the app starts, it opens a scroll view which is resized dynamically, since it contains both labels and a table view. Both the table and the scroll view ...
Joel Hinz's user avatar
  • 25.4k
0 votes
2 answers
109 views

Adjusting UITable/Cell width

I've been working on an app which has included the ECSlidingViewController project to give me a navigation that I can slide in from the left. The navigation links are in an NSArray and displayed ...
Jamie Gordon's user avatar