Tagged Questions
-1
votes
1answer
26 views
How to programmatically customize the text on iPhone's autocorrect bar?
I want to put an Android-Style autocorrect bar in my app, but I don't even know how to start.
The following link has a picture of what I want:
...
1
vote
3answers
35 views
Change cell image with it's indexPath.row
Currently I'm using:
cell.imageView.image = [UIImage imageNamed:@"image.png"];
to change the image of the cell.
But how can I change it if I only know the indexPath.row?
I have tried:
...
0
votes
2answers
18 views
Better way to loading Table with data coming from server.
I am implementing tableView which loads data from server. I got two scenario:
Get complete data from the server and store in the array say 500 items. Now whenever I need those data I will call my ...
0
votes
0answers
30 views
uitableview inside a uiscrollview (scrolling issue)
I have got a uitableview inside of a uiscrollview.
So the uitableview is smaller than the uiscrollview. And when I start to scroll down on the uitableview and it reaches the bottom, I am able to ...
0
votes
1answer
102 views
Weird glitch in UITableView section header when reloading section above
Have a look at this video.
I get this glitch when running this code:
[NSFetchedResultsController deleteCacheWithName:@"Root"];
NSPredicate *predicate = [NSPredicate predicateWithFormat:@"following ...
-2
votes
1answer
35 views
UIWebview frame is not resizing to it's content
I have a NSString that contains HTML tags. So for showing it correctly I'm using a UIWebview. Now I want to resize the UIWebview its frame to fit the content. I'm adding this UIWebview to a ...
0
votes
1answer
32 views
Gradient effect to left half portion of UITableViewCell in iOS
Is it possible to make only half portion or half layer of UITableViewCell gradient in iOS?
I am using following code.
-(void) addGradient:(UITableViewCell *) _button {
// [self ...
0
votes
1answer
17 views
Problems Displaying Image Using APParallaxHeader
I have a view titled HomeViewController that I embedded inside a navigation view controller. Inside the view, I dragged a table view and linked it using IBOutlet. I added the necessary code from the ...
0
votes
3answers
32 views
Add Tabs To MasterView Controller Project
I created a MasterViewController project with a tableView, now I'd like to add some tabs to this. I tried to just drag and drop the tab bar into the MasterViewController and the tabs show, but they ...
0
votes
2answers
52 views
Increasing the space between header and table cell in iOS
So my UITableView has a header, which is the UIImageView shown, and comments below the image. I am trying to increase the space between the image and the comments table.
(I have tried increasing ...
0
votes
1answer
47 views
UITableView resizing when adding item
Im currently working with an UITableView and I´m resizing it with the following lines of code:
[UIView animateWithDuration:0.25 animations:^{
[self.tableView setFrame:CGRectMake(0, 0, 320, 177)];
...
0
votes
1answer
16 views
Costom tableview section header with storyboard and got error?
when I custom uitableView sectionheader use storyboard like this.
I got this error AX ERROR: Could not find my mock parent, most likely I am stale.
some one can help me?
here is my header code
- ...
1
vote
1answer
32 views
UITableview animation in iPhone?
I need to animate each cell, when the user turn to show tableview from screen1 to screen2.
Is it possible to do that, please help me.
Thanks in Advance
I tried this:
- (UITableViewCell ...
-2
votes
1answer
29 views
iPad Keyboard Covers UITextField in table view
I have a problem
i have a 15 text fields in a table view.when i am entering text to last text field it is covering by key board.Any one please give me a solution for this.
My textfields are in a ...
0
votes
3answers
78 views
iOS - UITableView scrollbar goes out of screen
I am new to iOS and i have some serious problem i don't know why this happened, i also tried to find out the reason behind this but i failed.
I am creating a app in iPhone which take tweet of ...
0
votes
3answers
61 views
Pickerview value on uitabelview cell
In my application i have implement the functionality as follows,Tabelview cell contains two button on click it shows the picker view,When i select picker value its not reflecting on uitabelview ...
0
votes
1answer
22 views
WEPopover does not work with UIViewController != UITableViewController
I use WEPopover (https://github.com/werner77/WEPopover) to display popovers on iPhone. Unfortunately it does not work if I use a general UIViewController for the contentViewController of it.
- ...
1
vote
1answer
45 views
TableView mix up the cells
I have a TableView with Static Cells with a header which has 4 Cells, one cell in the middle carries a UIWebView and as footer a section with comments. Each comment has it's own cell.
My Problem is ...
0
votes
1answer
109 views
App crashes when didFinishLaunchingWithOptions is called
I have an the app when notification is fired i get a notification bar when the app is in background ,when i tap on that bar it navigates into tableview of the notification set . When i quit the app ...
-3
votes
3answers
66 views
Tableview delegate and datasource methods doesn't fire up
My problem,
I can navigate to other viewController but my tableView on destination side doesn't get filled with data. My data is filled when I debug, so I've got an array named DagprogrammaDetail ...
1
vote
5answers
102 views
Understanding what happens and why you need a delegate and source for table views
I have been practicing with table views and I know how to create them but I would like to have a better understanding about delegate and source when creating table views.
Can someone explain the need ...
-3
votes
4answers
88 views
Tableview doesn't fire cellForRowtIndexPath
My situation:
I've got datasource and delegate connect in the storyboard
I've got for my UITableViewCell and identifier and also in code defined, etc.
I've got the array with data for my ...
4
votes
3answers
66 views
Generating the tableview in this format Category/subcategoy/subcategory
I am having a requirement as using Tableview i have to give categories & in every category there is a subcategory and in every subcategory there is another subcategory list will be there.But every ...
0
votes
3answers
57 views
Adding NSArray items to UITableViewCell content view
In my app i am adding 3 UILabel to each Table view cell in the following way.
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
static ...
0
votes
2answers
26 views
Intercept TouchUpInside event in UITableView while tableview scrolls
I'm building out a UITableView that has a button in the tableview's section header, so that as the user scrolls down the screen, the button is pinned to the top of the screen.
The problem is that the ...
0
votes
2answers
48 views
Custom UITableViewCell setup everything in init* or use properties
I'm wondering what is the best approach/design when using custom UITableViewCells.
One way I'm doing it is having a init that takes all parameters necessary to setup the UITableViewCell. Like ...
2
votes
6answers
84 views
how to fill one row with an image in a UITableView
I'm creating a UITableView, containing information about a company. It has multiple sections, and I filled most cells with just a textlabel and a detailtextlabel through 2-dimensional array's. I want ...
0
votes
2answers
36 views
Draw graph on uiview with animation
Hello Everyone,
I would like to create a similar view like in the attached image. I can do this easily with the help of UITableView but I also want to draw a graph above of this tableView. I am ...
0
votes
1answer
61 views
Tap gesture doesn't work after setContentOffset
I have a UITapGestureRecognizer on a UITableView. It works great until I call the method scrollToRowAtIndexPath:atScrollPosition:animated:. It doesn't work once that's called. It also doesn't work ...
1
vote
0answers
46 views
UITableViewCell behaving strange
I posted a thread earlier about a strange behavior when resizing UITableView for it to fit a keyboard. I want to simulate the same functionality as for when a user sends an SMS and the UITextField ...
2
votes
3answers
64 views
Animation UIView from UITableView
I am have one table view and one image view , each one take half of the screen
I am tiring to animate an image view when the user did swipe on the imageview and when table cell is selected
i use this ...
0
votes
5answers
67 views
How to know the section number on button click of Tableview cell in a UITableView? [duplicate]
I have a UITableView for which I have created a custom UITableViewCell. Each row in tableview has a button. I want to know the section number on click of a button, so that I would know that from which ...
1
vote
3answers
66 views
How to know the indexPath/row on button click of Tableview cell in a UITableView? [duplicate]
I created a TableView having a custom UITableViewCell. A button is associated with each row of tableview. Now I want to know the row number on click of a button, so that I would know that of which row ...
2
votes
2answers
45 views
how to populate more tableview sections with one array
I'm working on a tableview that displays data about a company. I want to divide the data over 3 sections, to make it look more organized.
The data about a company is retreived from a mysql database ...
-2
votes
2answers
40 views
On scrolling tableView in subclass of UIView it appends white ugly marks in View?
I have made a custom combo files that is using in my project.Those files are here
UICombo.h and UICombo.m.
All is working fine except it add white mark over my super view on which it is added while ...
-1
votes
4answers
91 views
UITableView crashes on scrolling
I am facing a problem in table view, the application crashes as soon as i scrolldown and try to select a row.
Error I am getting in console is
Terminating app due to uncaught exception ...
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
16 views
TSpopoverviewcontroller tabelview updation
How to add contents to the tabelview controller which is in custom class in iphone? Here is my code:
-(void) showActionSheetw:(id)sender forEvent:(UIEvent*)event
{
UITableViewController ...
0
votes
5answers
108 views
How to set different images for every cell in uiTableView.?
I have tableView and i want to set the different image for every cell in my tableView based of certain condition but i am getting the image of last satisfied condition for all cells.
here is my code:
...
0
votes
2answers
41 views
scrolling other UITableview at the same time as another UItableview
I have a quite complicated view. What I basicly have is the following
You can see I have a vertical tableview. In each cell I have a horizontal tableview. What I want to do now is when I scroll one ...
0
votes
2answers
54 views
UIImageView caching while tableviewcell height is reduced
I have UITableview which has custom cells with UIImageViews. In the UITableview I am increasing the height of the cell using didSelectRowAtIndexPath method. Also i am adding method to increase cell ...
2
votes
1answer
57 views
Animate custom views of UITableView Section Headers
In my app I have a UITableView inside a Scene which changes widths dynamically. When the width changes, I animate the expansion of the scene - including the UITableView.
The UITableView contains ...
2
votes
1answer
70 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
37 views
UITableViewCell nil condition
Usually we configure the Cell outside the condition of Cell nil. In my case I am doing the same that convert NSData to image outside Cell nil. So that, every time I fire the request and reload table, ...
1
vote
3answers
96 views
Display UITableView like UIActionsheet style?
I have been trying to display UITableView like UIActionsheet showFromRect: style. Is there any way to do it programatically or Do I need to use image for that.
Please check the below image...
-3
votes
3answers
84 views
Inserting 8 or more objects into array crashes app
Simple question,
I loop thru my table view cells and add the objects to an array:
NSMutableArray *cells = [[NSMutableArray alloc] init];
for (NSInteger j = 0; j < [self.ammoTable ...
0
votes
2answers
67 views
Increase height of UIView above UITableView
I added a UIView above a UITableView via the storyboard. I was wondering if there is a good way to increase the height of the UIView programmatically and push down the table cells. The UITableView ...
-1
votes
1answer
78 views
cellForRowAtIndexPath nil during unit tests
I'm trying to write a unit test that uses a tableView, and I'm having trouble accessing the cells.
This is always nil:
- (void)testDidEndEditingUpdatesLiftRecords {
TextViewCell *cell = ...
0
votes
3answers
75 views
UITableview not placed correctly in uiscrollview
I have a UIscrollView that uses a pagecontrol. I'm adding tables to the scrollview in code. The tableviews should have a padding of 20px on each side. So I do the following.
CGRect frame = ...
0
votes
1answer
63 views
Populating UITableView on a secondary view
I have code that has an initial table and when you click an index, it loads another view. I have code that is populating an array correctly, but the code I have just wont populate the table using the ...