-1
votes
2answers
46 views

TableView on UIViewController with array information [closed]

Hi I am trying to use a tableview on my uiviewcontroler on my .h I put this code: @interface SecondViewController : UIViewController <UITableViewDelegate, UITableViewDataSource> { IBOutlet ...
0
votes
3answers
29 views

Update table view after delete core data in child view

I need to update table view in MainView controller with UITableView, after deleting item in DetailView controller with button for delete, using core data. Core data structure: ...
2
votes
1answer
155 views

How can I fix the scrolling with EntryElement in custom sized MonoTouch Dialog?

I have done something very similar to this question. I have created a MonoTouch DialogViewController which has a bunch of EntryElements in it used to capture information for a user registering. I then ...
0
votes
0answers
16 views

UIPopoverController overlaps with UITableView's header view

I'm using DDSlidingPanels in my UIViewController and it contains a UITableView in it. When I present UIPopoverController on cell selection it overlaps with the UITableView's header view. Any help in ...
1
vote
2answers
42 views

Method is not calling from UITableview?

I have a UITableView and in didSelect method i'm calling method of another class with parameter and when i click the row i want to open that class xib with corresponding paramter .But here when i ...
0
votes
2answers
45 views

Creating an editable Table View in iOS?

I am trying to create an editable table view in iOS using .xib files. My code looks like this : viewController.h #import <UIKit/UIKit.h> @interface ViewController : UITableViewController ...
-1
votes
1answer
39 views

uitableview inside multiple view controllers

I have to 'repeat' a uitableview into 2 or more view controllers. Like using a uitableviewcontroller with its methods inside view controllers using the methods/delegates/datasources from the ...
-3
votes
1answer
28 views

View Controller becomes unresponsive [closed]

I am developing an application that fetches data from web and displays it in UITableView(which is in 2nd view controller). But while it processing my 1st view controller becomes unresponsive till the ...
0
votes
3answers
33 views

Implementing another table view in a UITableViewController ios

I need to add a new table view to my UITableViewController which will includes a different data and design. the above prototype cells is the new table view I've added in storyboard, and the main ...
0
votes
1answer
17 views

Get a pointer to controller on stack

I have a left view controller (sliding menu controller) in use for example called LeftMenuTableViewController. When a user logs out a modal view controller is displayed but the tableview controller ...
0
votes
0answers
30 views

Using static cells without a UITableViewController [duplicate]

I have a custom view controller that contains a UIView and a UITableView. So I cannot embed the table view in a UITableViewController. (I have read several posts stating that static cells only work in ...
0
votes
1answer
34 views

Moving UITableView up in UIView not persisting

I have a UIViewController with a UIButton at the top and a UITableView just below it. The upper button is 'History' which I am setting as a feature the user can turn on or off. I set up the view ...
9
votes
4answers
3k views

Storyboard Segue From View Controller to Itself

I am trying to make a mechanism to drill down a file / folder list. The idea is to show the same file list view controller every time the user selects a folder, and show a file detail view controller ...
0
votes
1answer
38 views

iOS program structuring - SQLite and View Controllers

I'm looking to get some insight on a project of mine before I get too deep into it with possibly a poor setup. The app is a simple database collection with a few table views. Quick example: First ...
-5
votes
2answers
139 views

Multiple UITableview in Single Viewcontroller

I have a view controller in that i want to show 3 tableviews(because the content and the table properties are different ) .How do i add these delegate methodes for 3 tables in one view controller?? ...

1 2 3 4 5 20
15 30 50 per page