UITableView is a class used for displaying and editing hierarchical lists on iOS.
1
vote
2answers
16 views
Failing to register custom subclasses of UITableViewCell
I have two custom subclasses of UITableViewCell that Xcode doesn't like. I'm trying to call the registerClass:forReuseIdentifier: method like so:
static NSString* gameCellIdentifier = @"GameCell";
...
0
votes
2answers
22 views
sending some data via prepareForSegue issue
I have some issue when doing the segue with some data to to another view.
I have a contact book, first tableview is displaying contacts correctly, also with images
While I click on contact it should ...
0
votes
1answer
14 views
Objective-c Sections table send different data to another table
I have one tableView with 10 sections (categories). And I have another table with news from this category. I am fetching the data from different links and want to send news list when I'll click on ...
1
vote
2answers
23 views
How do I maintain and save custom cell textfield entry data when scrolling cells deque
Sadly I know what the issue is however I'm green and don't know the best way to go about handling it. I have read the apple documentation and all the related questions here and cant find or interpret ...
0
votes
0answers
31 views
Modern Era UITableView Animation
In a UITableView what would be the most convenient way of showing up additional information from a smooth scrolling effect?
You might want to look at the screenshot below. The top UITableViewCell is ...
1
vote
3answers
31 views
scrollToRowAtIndexPath when Button inside UITableViewCell is pressed
I have a tableview with a few custom cells. Inside the first one is a button. When this button is pressed I want to scroll to a certain Section in my tableview. How do I have to link the button action ...
0
votes
2answers
21 views
IOS optimalization loading Images into UITableView
Hello I’ve problem with loading images in my UITableViewCells. Ofcourse I use dequeueReusableCellWithIdentifier for my cells. The major problem appears when I scroll table really fast, and cells ...
0
votes
1answer
17 views
accessoryType on cell not changing
I have a list of products in a TableView. The list is populated by a WCF call. I can see in the log that the products are loading with the correct values. One of the values is a boolean called Bought. ...
0
votes
0answers
42 views
Making the tableview cell into a button programmatically
I've managed to add tableview cells programmatically and I've also added a search function with works!
I want the cells I made to be like buttons, you know when there is a arrow on the right side of ...
0
votes
3answers
37 views
Update DataSource from UITextView in UITableView
I have a UITableView and each UITableViewCell contains an editable UITextView.
My data source is a NSMutableArray containing NSMutableDictionary that holds the text value and some styling keys for ...
0
votes
2answers
26 views
heightForRowAtIndexPath being called too early
I'm currently getting Twitter feed via Json and heightForRowAtIndexPath is being called before I can get the length of the tweet. So fullTweet.length is always zero when heightForRowAtIndexPath loads. ...
0
votes
1answer
5 views
Table View moves around after reorientation
I'm using autolayout and i've set the options leading space to superview (constant 0), trailing space to superview (constant 0) and center horizontally to supeview in a table view.
Even though, when ...
0
votes
1answer
17 views
UITextView in UITableView, Smooth Expand using AutoLayout
I have an editable UITextView in every UITableViewCell.
The UITextViews resize fine to pre-loaded text (calculated via heightForRowAtIndexPath) but I'm not sure how to get the smooth-resizing using ...
-1
votes
1answer
16 views
Present a UIViewController on top of UILocalizedIndexedCollation
IS it possible to add a UIViewController on top of a UITableView whilst hiding the UILocalizedIndexedCollation. I have added a UIViewController as a subview, but the UILocalizedIndexedCollation still ...
0
votes
0answers
14 views
Customcell with storyboarding issue
i was making an application in storyboard and iam struct with a problem,
i wanted to make a tableview for a menu, where cell contains image of food, a label(quantity) and 2 buttons which used as to ...
2
votes
2answers
35 views
populating tableview with camera roll images
I'm trying to populate images from camera roll in a tableview.
in ViewDidLoad, I create an asset group.
- (void)viewDidLoad
{
[super viewDidLoad];
self.tableView.delegate = self;
...
0
votes
0answers
7 views
UITableView DetailView: Watch on YouTube [closed]
Please have a look and tell me what to do.
http://www.youtube.com/watch?v=aZ2i8JGumDY&feature=em-upload_owner
THX
0
votes
2answers
27 views
Dragging UITableView
I'm working on an iPhone application where I want to drag the table view (not the cells) upto a certain point in the screen. I have the tableview sitting in the bottom half of the screen and I have an ...
0
votes
0answers
50 views
iOS UITableView weird space below content after contact view dismissed
So I have a table view with some text fields, and also a button to open contacts to autofill the fields.
The problem arises when I touch a text field and open the keyboard, but then touch the ...
0
votes
1answer
16 views
Is it possible to delete a row in a UITableView by selection?
I have an app that allows a user to make a selection from a UITableView. I'm somewhat familiar with adding the ability to edit and delete them, but I was wondering if it is possible to delete the row ...
1
vote
2answers
63 views
Prevent UITableViewCell highlighting when image in content view is touched
I have added a UIImageView to the right side of the content view of my UITableViewCell.
I am trying to prevent the cell from being highlighted while the user is touching the UIImageView (because an ...
3
votes
2answers
39 views
How to calculate the required height of dynamically sized UITableViewCells based on an NSString
I have a UITableView that has custom UITableViewCells, which are comments from the users. Right now, I have the cells 115.0f high, but I want the height to changed based on how long the comment is. If ...
0
votes
4answers
45 views
Save UITableView data?
I am using storyboards and a dynamic UITableView adding my cells like below. I need to know how I can save this text in the UITextField in each cell as well as UISwitch state etc so when I scroll up ...
0
votes
0answers
22 views
WCF call nested in a WCF call
I have a backend made in C#, where I am making WCF calls to from iOS. It works pretty good, but I am stuck in a problem
Code:
#import "ListTableViewController.h"
#import "ListServiceSvc.h"
#import ...
0
votes
1answer
31 views
Acces to label data from detailview of diferents cells ( i use Core Data)
This is my situation: I have a table viewcontroller and I use core data so each cell created by user goes to a detail view with different data.
For example, taking the data of a label in a detail of ...
0
votes
1answer
19 views
use indexpath.setion for a table with different section number
I have two tableviews and cells are configured depending on which table view it is, they are implemented in the cellForRowAtIndexPath method via indexpath.section. However, the two tableviews have a ...
0
votes
1answer
12 views
Open Camera from within UITableView Cell
I've got a button in a custom Cell for a TableView which is supposed to open the camera for taking pictures.
I thought of two ways but can't get them working.
First one is to open an instance of ...
0
votes
1answer
47 views
iOS Create iBook like interface inside UITableViewCell
I need to display some content inside a grouped table view. At the same time, a cell inside my table has content that exceeds its bounds. I do not want user to scroll to view the entire content.
As ...
0
votes
1answer
37 views
Modify cell text dynamically
I want to modify the content of my cell dynamically, my doesn't really work even after reloading the data. As expected, when the view loads i get 1 1 1 1 1 1 1 vertically on the table, when i press ...
0
votes
3answers
34 views
Show button in Customized table view ios
i m new, i added this code to customize table view with image and button in row
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
static ...