Hey guys,
Again, I have done quite a bit go research on this before coming here to ask, and if this is a repost then I sincerely apologize.
So far what I have is a TableView that is filled with strings from an NSMutable array. That part works flawlessly. What I need to be done can be done in a few ways, and at this point i don't even care how it works out anymore.
So here's the problem. Sometimes, the string in the array is longer than the phone is wide (even landscape). And as of now I am getting the typical '...' ending my string saying that there is more to be read.
Now is there a way that I can implement a scroll view inside of each cell? (note that the array is mutable, and the user can simply add to it so I would be unable to manually put in a set number of scroll views)
Another acceptable solution would be to have it so that when I click on one of the strings in the TableView, it pops up in a TextField that I could manually edit, save or delete in. (I can figure out the editing stuff on my own.) The thing is, I don't know how to use the string in the Table View as a button, or at least that is how i would imagine it to be .
Also I have often seen a button in the cell's themselves that could be set to deleting the cell. How is this implemented?
So if there are any other suggested methods about doing this, or if someone could point me in the right direction I would greatly appreciate it! I have been working on this app for a very long time and this is one of the last things I have to do before it is done.
Thanks in advance!!
- Steven French
Again, I have done quite a bit go research on this before coming here to ask, and if this is a repost then I sincerely apologize.
So far what I have is a TableView that is filled with strings from an NSMutable array. That part works flawlessly. What I need to be done can be done in a few ways, and at this point i don't even care how it works out anymore.
So here's the problem. Sometimes, the string in the array is longer than the phone is wide (even landscape). And as of now I am getting the typical '...' ending my string saying that there is more to be read.
Now is there a way that I can implement a scroll view inside of each cell? (note that the array is mutable, and the user can simply add to it so I would be unable to manually put in a set number of scroll views)
Another acceptable solution would be to have it so that when I click on one of the strings in the TableView, it pops up in a TextField that I could manually edit, save or delete in. (I can figure out the editing stuff on my own.) The thing is, I don't know how to use the string in the Table View as a button, or at least that is how i would imagine it to be .
Also I have often seen a button in the cell's themselves that could be set to deleting the cell. How is this implemented?
So if there are any other suggested methods about doing this, or if someone could point me in the right direction I would greatly appreciate it! I have been working on this app for a very long time and this is one of the last things I have to do before it is done.
Thanks in advance!!
- Steven French