Selecting cell when selecting the custom UITextView inside the cell?

I found the answer, and I should have looked better before I posted this question This answer worked for me it's the answer from terra about userinteractionenabled. What I did was when the cell is created set userinteractionenabled to NO for my textfield, which was labeled tempValue in the example code, and then switch userinteractionenabled to YES in willSelectRowForIndexPath. It was so easy I should have known better.

I found the answer, and I should have looked better before I posted this question. This answer worked for me it's the answer from terra about userinteractionenabled. What I did was when the cell is created set userinteractionenabled to NO for my textfield, which was labeled tempValue in the example code, and then switch userinteractionenabled to YES in willSelectRowForIndexPath.It was so easy I should have known better.

I created a custom cell function that has two uitextfields in it, because I didn't like how cell. TextLabel and cell. This function gets called when I create the cells for the table in cellForRowAtIndexPath.

When the cell is selected by the user a keyboard pops up so you are allowed to edit the first textfield. However, when you touch on or near the text of the first textfield it pulls up the keyboard but it doesn't fire off the textFieldShouldReturn function that I have that does fire off if the cell is selected somewhere else. I have the textFieldShouldReturn function save the data to the app.

I use willSelectRowAtIndexPath to trigger the rest of my application, and as I said before as long as the label tempValue is not selected, everything works. Is there a way, that if the tempValue label is pressed by the user, for it to pass the firstresponder to the cell so that if fires off the rest of of my app properly?

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions