Tagged Questions
0
votes
1answer
22 views
How to set anchor of popover in footerView of tableview?
I'm developping an iPad App and need to present a popover from a button located in each footer of a grouped tableview with a variable amount of sections (up to 100). How do I set the anchor for the ...
0
votes
0answers
34 views
UITableViewCell preserve selected on UITableView scrolling
I have UITableView on iPad. When a cell is selected and the cell is scrolled off the screen, and then scrolled back into the screen, the selected cell is blank.
My problem occurs only on the device ...
0
votes
1answer
42 views
UITableView not responding anymore after implement UITapGestureRecognizer
In my view controller, I have a table view and a few custom UIView's. Within the view controller, a UITapGestureRecognizer is implemented for some interactive UI work. Now, the UITableView is not ...
0
votes
1answer
44 views
Using 2 UITableView instead of UISplitView
I am developing a simple iPad application. I have an array of category objects, and each category object holds an array of item objects related to that category. I want to show the categories on the ...
0
votes
3answers
47 views
iOS - Table cells not being redrawn on device rotation
So I have an application which I'm trying to optimize for all the orientations. But I'm having a problem with table views and autorotation. This is how it looks when in Portrait:
Now, when I rotate ...
0
votes
1answer
55 views
Update UItableView in viewWillAppear?
I have problem with my UItableview that when I use viewWillAppear for retrieving updated data each time table is viewed this gives me exception .
Please can any one help me on how to refresh ...
0
votes
0answers
22 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
46 views
Leveled UITableView without NavigationController
I have data structured as a tree (and showed in UITableView) and I would like to show it the way it is usually done using UINavigationController and pushing child views on to the stack. The problem is ...
0
votes
4answers
105 views
UITableView reloading data not calling cellForRowAtIndexPath [closed]
I am adding a notification
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(ReloadTableView) name:@"Reload" object:nil]; in my viewdidload
-(void)ReloadTableView
{
...
0
votes
1answer
82 views
Is it possible to use AutoLayout with UITableView's tableHeaderView?
Since I discovered AutoLayout I use it everywhere, now I'm trying to use it with a tableHeaderView.
I made a subclass of UIView added everything (labels etc...) I wanted with their constraints, then ...
-1
votes
2answers
43 views
UITableView Row Height Based on Cell contents
I have looked at several questions asking to adjust row height based on cell content. But in my case, I have 10 labels in one cell and each label has fixed width. Labels must wrap the text if not fit ...
2
votes
1answer
53 views
Create animation like 3D TableView
I want to create UITableView like Zime Android application.
I don't want code but want some advise that how can we create this type of UITableView in iPhone application.
Please suggest.
0
votes
4answers
50 views
SIGABRT while passing NSDictionary to UITableView
In a UITableViewController subclass, i am unable load the data, i am fetching json data from Url,
Json data:
{
"terms": "a",
"results": {
"Events": [
{
"Event_Name": "808 ...
-1
votes
2answers
91 views
Table View getting crashed while scrolling [duplicate]
I am trying to build a table using custom UITableViewCell, but while scrolling when the first cell goes to top (i.e hides),app is getting this error(EXE_BAD_ACCESS(code=1,address = 0x14004122)) and ...
0
votes
2answers
59 views
UITableView with dynamic height inside UIScrollView:
I have a screen with UINavigationController and UITabBar.
The UINavigationController screen is a UIView (in figure below, in red), that haves an image in the top and a UIScrollView (in figure below, ...
0
votes
3answers
39 views
UITableView and UIView in one UIViewController
I want to develop an iPad application. I have an UIViewController that contain UITableView and UIView, and in my file .xib I have these two controllers. In my ViewController.h: I have UITableView ...
0
votes
3answers
43 views
Set UITableviewcell frame when tableview editing enable
I am showing data in tableview and on editing it will be as in image. (i had allowed editing only for rows those were come after 4 th index).
Now i want to first four image cell frame as in the ...
-1
votes
9answers
236 views
json parsing in iOS [closed]
I'm playing with the JSON parser in iOS.
But I was wonder how one would actually parse something (a bit) more complicated, my JSON shows data like this :
"terms":"3",
"results":
{
"Events":[
...
0
votes
1answer
63 views
SubView added to the contentView of UITableViewCell is removed after Scrolling?
In my application I load a tableView with an array and I've added an UIButton to each row as subView for my need. I know that the reused cell will have the added button So keeping this fact in mind ...
0
votes
1answer
51 views
Background of View inside UITableView which is inside UITableViewCell
I have a UITableView inside UITableViewCell. The inner tableview is of size 5 with each cell contentview of different background color and is editable.I'm able to reorder the tableviewcells of inner ...
2
votes
3answers
66 views
How to keep UITableView's datasource ordered in response to user moving rows around?
I have a UITableView and one of its sections is managed by a NSFetchedResultsController. It fetches core data objects and keep them sorted by the "order" attribute:
object with order 1
object with ...
0
votes
1answer
56 views
UITableView in a UIViewController on an iPad
I'm trying to develop a tiny app to manage the registry for a teacher. My app works so:
I present a UIViewController (only landscape) to select the class.
When I press the button (for example: 1F), ...
0
votes
0answers
62 views
Top Cells in my UItableView does not appear
Here is my question:
I have uitableview with different sections and each section have many rows.
The problem is that when I run the app in iPad simulator my first five rows of section 0 in the ...
0
votes
3answers
53 views
Determine different cells for iPhone and iPad in tableView:cellForRowAtIndexPath:
I just try to create an app for iPhone and iPad. For this i created a tableview that creates cells expecting the json that will be received when the app is loading. Inside the method
...
0
votes
1answer
38 views
row selected in popover should be added to uitablewview?
The popover appears when the user selects the first row from the table?
When the user selects any row from the popover the cell should be added to the corresponding table i.e the table from which the ...
1
vote
2answers
76 views
Possible ways to do like UITableView Design with multiple columns.?
I have gone through many of sites. But I didn't get the way to achieve it .
As so far , I came to know that using UITableView we need to make custom cell with some stuff of code and lots of stuffs ...
0
votes
1answer
56 views
Error : reason: '-[UITableViewCellSelectedBackground setImage:] [closed]
I'm using SplitViewController in my App. Here in the master ViewController , I'm using Custom table .
Here is the code :
In the ViewDidload :
self.items = [NSMutableArray arrayWithObjects:@"About ...
0
votes
1answer
12 views
Sorting and Displaying data in sectioned table view using NSFetchedResultsController
I am having database in the following manner.
ProductionHouse <----> Movies <----> MovieType
Each ProductionHouse has multiple movies associated with it. I am using NSFetchedResultsController ...
0
votes
2answers
45 views
UILabel in UITableView
My question is how to add a gray edge to each label on (UITableViewCell that contains many 3 labels)?
So that my labels for each cell will be sepraeted by the edge.
0
votes
1answer
30 views
legacy cell layout due to delegate implementation of tableView
WARNING: Using legacy cell layout due to delegate implementation of tableView:accessoryTypeForRowWithIndexPath: in <Settings: 0x250c60>. Please remove your implementation of this method and set ...
0
votes
1answer
50 views
Sorting Core Data Objects using NSFetchedResultsController
I have two entities as follows
Item <----->> Categories
Each item may have multiple categories.
For e.g. There are 5 items each have a sort category as release_Date. I want to sort all these 5 ...
0
votes
0answers
36 views
UItextfield change in uitabelview
I added the textfields in tabelview,Since when i try to jump next using "Next" button field its not working.Here is my code.
Declaration :
IBOutlet UITextField *contNo,*coat,*color,*birthdate;
...
0
votes
3answers
52 views
Table view isnt working correctly.
I am trying to create a table view pragmatically(no xib and no storyboards), but the food array isn`t showing up in table view at all. I will post all my code in view controller.
Viewcontroller.h
...
0
votes
0answers
77 views
Adding a UIView to a UIViewController's delegate
I'm selecting a cell in a UITableViewController (I'll call Controller A) that is presented in a popover from another UIViewController (I'll call B). B is set up as the delegate of A, so I can send ...
2
votes
1answer
34 views
Display waiting screen when user selects UITable row
When the user selects a row in my table, I need to load a bunch of data with CoreData. This takes several seconds (at least when running on the simulator - haven't tested on a device yet, but I ...
0
votes
2answers
83 views
deleteRowsAtIndexPaths on heavily-updated model crashes
A view controller has a data model which updates constantly and aggressively
A UItableview (storyTable) is called ever so often to update and reflect the changes to date.
(Changed the code to ...
0
votes
0answers
36 views
Width of TableView in SplitViewController?
So I'm working to convert my iPhone app to universal. For the MasterController in my UISplitViewController which is basically is just the same TableViewController on my App I am trying to add an image ...
0
votes
0answers
26 views
NSRangeException in didSelectRowAtIndexPath for iPad app
Working on an app that populates a table based on clicking on a cell from another table. So, I click on the (table named)Recipe, and an second table (Ingredients) is populated. I'm pulling the data ...
0
votes
1answer
28 views
Handling buttons within UITableViewCells
I have a UITableView loading cells from a nib. On each table view cell, there are two buttons. When the button is tapped, I need to update other fields in the view that contains the table view.
In ...
0
votes
2answers
47 views
Custom UITableView Which is like ASP.Net Grid
I'm trying to develop iPad application and i need a Custom UITableView which is similar to asp.net grid.
I can't use the default UITableView because i need more than one column and which replicates ...
0
votes
3answers
206 views
UITableView with UITextView scrolling issue
I have composed a tableview with some custom cells. Some of the custom cells contain UIWebView, some has UISlider plus UITextField, some has UIButton.
Now when I click on textfield which is ...
0
votes
2answers
67 views
Table view doesn't store data
I have a problem of storing data on table view.
It's a menu app that has a button which will pop over a table view and display them all the dishes they've ordered, I'm using the NSMutableArray to ...
0
votes
0answers
44 views
Populating the tableView sectioned table with single array [duplicate]
I have table in which there are many sections and data to be displayed in all sections is in one array resultArray so how to display the data in sectioned normally when we have two sections then we ...
0
votes
3answers
244 views
how to get display data in UITableView Section tables with single Array
I have data in server which i want to show in the tableView section problem is that.
I want to show data based on categories so i have array categories which has categories which will be section ...
0
votes
2answers
78 views
Delay in UITableViewCell touch response
I am trying to implement a 'SETTINGS page' like split view with a table view on the left and an image view on the right. Everything is fine but there is a delay in table view cell touch if try to tap ...
-1
votes
1answer
52 views
UITableView frame
Yesterday, I caught a weird problem.
I add a UITableView into a UIView. I set frame for UIView with height which has a fraction (e.x 631.333). I cannot scroll the UIView (in iPad3). I just remove the ...
0
votes
2answers
416 views
Expand And Collapse UITableview
Am using below code for uitableview expand and collapse.Its works fine.But,when i select any section its expand but not collapse the previously expanded section.
- (void)tableView:(UITableView ...
3
votes
10answers
221 views
iOS - Unable to call action from dynamically created button in UITableViewCell
i have created two button programmatically in UITableView i.e Edit Delete
when we click the cell these buttons are displayed but when i try to click in edit or delete button it doesn't calls the ...
0
votes
2answers
107 views
dequeueReusableCellWithIdentifier crashes on iPad (with iOS5)
I have a TableViewController and a SearchDisplayController attached to it. It checks to see if the current tableView is search or normal, and then sets the variable as such, then populates the table ...
0
votes
2answers
75 views
Update a UITableview from a different view when both views visible at once
Looking at my iPad app, I have several containerviews. Containerviews enable me to show all four iphone views on a single iPad screen simultaneously. One view, called TrackingViewController, has a ...





