TextView in CustomView

  1. 4 years ago

    Joel_Eisenstat

    9 Apr 2019 User since 2016

    Good afternoon,
    I am updating a TextField in a CustomView/TableView on DidEndEditing. The update requires the row being set (rs.moveTo()) . Is there a way to set the row when tapping directly on the TextField as presently I have to tap the row outside the TextField before going into the control ? Setting in DidBeginEditing and TouchBegin in CustomView helps in some cases ( going directly to TextField) but not all.
    Thanks

  2. Joel_Eisenstat

    12 Apr 2019 User since 2016

    I have the user path controlled for updating TextView in a TableView but requires the row to be selected. Is there a way to have TextView use Passthrough Touches ( User Interaction) to invoke row selection in TableView/cell selection ? Or something that mimics that action ?

or Sign Up to reply!