Tagged Questions
0
votes
1answer
36 views
TableView Delegate Messages Not Being Called
SOLVED: Not really a solution, but I just used a .xib rather than trying to use the storyboard thing. Whatever I was trying to do with the storyboard was somehow messing up the TableView delegate ...
0
votes
1answer
26 views
Subclassing UIView with IBOutlets
I've been trying for a long time to add IBOutlets to a UIView.
Well, it seems impossible.
I created a class called "RecessCell".
The file's owner's class is "RecessCell" and the view object's class is ...
0
votes
3answers
35 views
Can't fit an image in a tableViewCell
I have a table view with grouped cells. I want one of this cell to contain an image. Here's my code to insert the image and make it fit in the cell :
logoCell = [tableView ...
0
votes
1answer
39 views
Fixing imageview frame according to image
I am showing images downloaded from an URL in a table view whose custom cells have UIImageViews.
Now my requirement: I want to fix the height of that imageview and cell according to the height of ...
0
votes
0answers
30 views
Returning Subclassed UITableViewCell Properties
I have a subclass of UITableViewCell, which is built as below:
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
static NSString ...
0
votes
2answers
33 views
Table Cell TextLabel frame width increasing automatically
I wish to have a table with some label and then I add a text field UI after the label.
I want the Label to be of some fixed size (say 150) and the rest of the cell width be occupied by the textfield.
...
0
votes
2answers
55 views
Using Checkboxes in UITableViewCell - when the checkbox and the cell behaviour must be different
I have been following the steps in this question:
How to add a checkbox to a UITableView on the left, while using UITableViewCell caching?
I don't want a simple check box that gets checked if a row ...
1
vote
1answer
57 views
UI issues with customized UITableViewCell
I have a customized UITableViewCell. These have the following issues:
The delete button is too far right, overlapping my background. I'd like to set an inset so that it moves it just a little to the ...
0
votes
2answers
61 views
Cannot display a NSString in detailTextLabel
I can add text to my UITableView, but when I try to add to detailTextLabel a certain string that used to be a NSDate, the app crashes and says:
'NSInvalidArgumentException', reason: '-[__NSDate ...
0
votes
5answers
49 views
UTableView scrolling slowly with images
I have problem I am loading UITableViewCell with images all images shown to me but the problem is UTableView scroll very slow this is the code
- (UITableViewCell *)tableView:(UITableView *)tableView ...
0
votes
1answer
33 views
Custom tableviewcell not displaying
I have created a custom tableviewcell. The class has 3 labels. Using a master view controller template to get started, I changed the default tableviewcell in my storyboard to reference my new custom ...
2
votes
1answer
62 views
Dropdown in UITableview in ios using indentation levels
Here I want a Multilevel tableview. I was able to create it successfully but when one of the levels is selected, any previously expanded dropdown level should collapse. I used the sample code below.
...
0
votes
2answers
49 views
Prevent UITableViewCells from creating as you scroll down
I'm creating a mail screen using which visually resembles the iOS native email app. It looks like this (Both images are of the same screen. First one is the top half and the second one is the rest of ...
0
votes
1answer
33 views
Move view from UITableViewCell to Window and back to same cell
I'm creating an SDK where I have a view that performs various tasks such as expanding and flipping to not go into much detail.
In one possible use case, the user may place the view in a ...
0
votes
3answers
75 views
Stopping UITableViewCell reusability
I know there are bunch of questions here related to this topic but i couldn't find any that matches my issue. I have subclass of UITableViewCell named "CustomTableViewCell".
The below mentioned code ...
0
votes
3answers
27 views
UItableViewCell not the right size
Creating a .xib:
set the class:
This is how it shows:
Here is how I load the cell:
@implementation FieldInfoTableViewController
- (void)viewDidLoad
{
[super viewDidLoad];
UINib ...
0
votes
1answer
33 views
UISwipeGestureRecognizer on view - If a touch is inside a UITableViewCell how to pass it to the cell?
I added a UISwipeGestureRecognizer to my view which changes the content of the view depending on the direction the user swipes(left or right). If a user swipes in a UITableViewCell though, the touch ...
1
vote
4answers
63 views
cell images changing on scrolling UITableView
hi my problem is when i scroll UITableView cell images changing actually these images are on webserver and i and downloading it using asyncdownloading . i had added a UIImageView on UITableViewCell. ...
1
vote
4answers
46 views
How do you give cells in a TableView a unique reference
I'm still very new to iOS development, so bear with me.
I've got a TableView using static cells to contain options (click to check), I am able to select the cells fine. I'd like to assign a value ...
-1
votes
1answer
35 views
cannot select UITableViewCell programmatically
I am attempting to select, in the view did appear method, a table cell programatically.
NSIndexPath *indexPath = [NSIndexPath indexPathForRow:1 inSection:1];
[self.tableView ...
0
votes
2answers
42 views
Prototype cell from storyboard not creating UILabels, etc
My question is very similar to this one.
My custom prototype cells designed in Interface Builder using storyboards have all the internal objects set to nil (not created), so when I try to assign ...
0
votes
1answer
48 views
Issues with cell reuse in a UITableView custom cell
In my my app I have used a custom cell. Within it I have many fields like button, image, textfield, label.
Among those I need to display the indexpath.section and indexpath.row values
I tried with
...
-1
votes
1answer
35 views
Label with fixed x & y inside tableView.cell
I'm trying to make a label for comment for each cell in tableView .. the problem is the label everytime change the "y" position if I change the text string.
I use CGSize to calculate the text string ...
0
votes
2answers
31 views
IOS create new UITableViewCell with properties of a prototype cell
I am working on an app that has several prototype cells in one view. This worked well for easily altering the appearance of the app while in development using the storyboard. However, now I'm adding ...
0
votes
1answer
54 views
NSLayoutConstraint - dynamic height of a superview
I have three views inside a custom UITableViewCell: self.username, self.postText, self.containerView where self.containerView is the superview for the two others. I want it to be layed out like this:
...
0
votes
1answer
28 views
objective c when click on tableview, cells disappear
I am new to objective c, and trying to figure out uitableview. I added two cells to tableview, when I click any area of the tableview, two cells disappear or labels get deleted. I am not sure. how can ...
0
votes
1answer
37 views
How to set text of each cell in a table objective c
I am getting questions from a server using a php script. I am setting the number of cells according to the number of questions, but when I write to the cells, it only outputs 1 question. If I use a ...
0
votes
1answer
39 views
UITableViewCell Default Image Blinks While It Lazily Load Images From Web Service
In my tableview, i am downloading images from a web service. I want the default image to be set in the image container while it grabs the images from the web service. The asynchronous downloading ...
0
votes
1answer
29 views
Custom UITableViewCell Editing Mode Icons
Let me get disclosure out of the way first: I'm just beginning iOS programming, furthermore I am a student and this is homework.
The project I am currently doing requires the creation of a Table View ...
0
votes
3answers
84 views
How to add image to delete button when we swipe on tableview cell
I have implemented code to get delete button when we swipe on tableview cell(see first image). I want to custom it means i want to add image in place of delete button(see second image). I googled it ...
0
votes
3answers
50 views
Change the value of a custom tableview cell label with uislider
I am using a custum tableviewcell with a slider(m_CrtlSliderRating) and a label(m_CtrlLabelpositonName) . I need to change the text of the label with respect to the slidervalue changed.Below is what i ...
0
votes
1answer
51 views
Display profile picture of some facebook friends (with the id) in a tableview
I work on facebook graph api. And I've allready get the id of users which have using my app. I can display the id of users and what I want to do , It's display in each cell of my tableview a ...
1
vote
3answers
77 views
iOS: CellForRowAtIndexPath cells are getting mixed up
Going to start off by saying I've seen these questions:
iOS: UITableView mixes up data when scrolling too fast
(custom) UITableViewCell's mixing up after scrolling
Items mixed up after ...
0
votes
4answers
52 views
Custom Cell, only last cell gets [layoutSubviews]?
I'm creating a Settings View for my app, and in that view is a UITableView. I'm creating custom cells to meet my needs, but I'm having issues - only the last cell is getting [layoutSubviews]. Am I ...
1
vote
1answer
66 views
How to increase a cell height by animation in objective C
I have UITableviewcell which i want to make it big by tapping on it . I am able to make it big if i tap and get back to normal height when i tap it once again , but the transition isnt good . Is there ...
0
votes
2answers
51 views
Create Array in cellForRowInIndexPath
I'm trying to save an array of images that I retrieve asynchronously in the cellForRowInIndexPath method of the UITableViewController.
Unfortunately, the array is not fully populated or in incorrect ...
2
votes
1answer
51 views
Don't want to centre the content on UITableViewCell
This my UITableViewCell without expanding . The contents on the UITableView are horizontally centered as the behavior of the table view .
this is my UITableViewCell with expansion . Here contents ...
0
votes
1answer
139 views
tableView:cellForRowAtIndexPath: returning null
In my project, I have a UITableView with a custom cell, SearchCell. Cell however is returned as a null value, and will crash the app. If I choose to catch the null exception and alloc/init a new cell, ...
1
vote
1answer
35 views
Accessing textlabels in a custom uitableviewcell created in Storyboard
For my UITableViewController in my Storyboard I created a custom cell, with several text labels, which I want to represent the different data in my records. How do I select the various textlabels (I ...
1
vote
2answers
58 views
UITableView set tableview row hidden
I have a custom tableview cell in grouptableview. And I have one hidden. I then have to make it visible. Cell tag is 3.
This is not working my code:
if (self.tableView.tag == 3) {
...
0
votes
1answer
35 views
UITableView Passing Data Between Controllers Embedded Inside Containers
I have a simple test project. A UITableViewController (MasterViewController) embedded inside a navigation controller in storyboard. I am NOT segueing using the prepareForSegue to pass data to another ...
1
vote
2answers
28 views
Cell background not transparent
Searching thorugh some posts I have tried without success to set the background of some dynamically generated cells to transparent.
In the storyboard I have a prototype table, under which I have an ...
1
vote
2answers
60 views
UITableView with complex cells is slow and laggy
I've almost finished my app and everything seems to work but the main view.
It's an UIViewController with an embedded UITableView.
I'm using Parse as the backend, and I get an array of the objects I ...
0
votes
1answer
41 views
How to increase the Label value seperately in each row,table contains so many Sections
I have a UITableView with a certain number of sections and rows.
When a user selects a cell, how do I perform the actions of plus and minus Buttons in My ViewController? i mean to increase the Label ...
0
votes
1answer
24 views
populated nsmutable array returns empty array exception
I got a table where I check/uncheck cells .. I am not sure why but sometimes I am getting following exception:
'NSRangeException', reason: '*** -[__NSArrayI objectAtIndex:]: index 0 beyond bounds for ...
1
vote
3answers
69 views
UITableView performance issues when adding UIViews to cell.contentView
I am experiencing performance problems when using some subviews on my UITableViewCells. After I keep scrolling it eventually starts getting very slow.
First step I am doing is creating a common ...
0
votes
3answers
71 views
iOS: button in UITableViewCell class to call method on main UIViewController
I have a UITableView on my MainViewController which has custom UITableCells defined in a CustomCell class. I need an UIButton, which is in my CustomCell class, to call a method in MainViewController. ...
0
votes
4answers
39 views
When I try to remove a UITableViewCell, I get this error: Invalid update: invalid number of rows in section 0, but I can't seem to fix it
I have a gesture on a UITableViewCell subclass called ArticleCell, so when it is swiped a method in the UITableViewController class gets called to delete the cell that was swiped.
The delegate method ...
1
vote
3answers
28 views
How do I notify the UITableViewController of events from a UITableViewCell subclass?
I have a gesture recognizer on each of the table view cells, and when they swipe one I want my delegate to notify the table view (or if there's a better way without delegates, that) so it can be ...
0
votes
4answers
80 views
how to set table cell height dynamically depending on text label length?
I am trying to learn Obj-C and iOS programming, but am still very new. I decided to try and make a simple Reddit client application. I am trying to display the front page posts within a UITableView, ...






