Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8057545
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T09:04:09+00:00 2026-06-05T09:04:09+00:00

I have a TextView and any text entered into the TextView can be saved

  • 0

I have a TextView and any text entered into the TextView can be saved to a TableView (or should I say NSMutableArray!). I have this working without issues. The problem I am now having is because a lot of text could be typed into the TextView, not all the text is visible within the TableView Cell. I don’t want to make the TableView Cells larger and would like to keep them at their current size.

Ultimately I want to be able to click on a TableView Cell and it would show all the text to the user to be able to read and edit if required and then be saved back to the original TableCell with the updated details.

I can’t figure out a way of doing this and would appreciate any help on this….thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T09:04:10+00:00Added an answer on June 5, 2026 at 9:04 am

    You could implement this in two different ways, depending on the requirements of your design:

    • In-table editing: the user clicks the cell and the text becomes editable. You should be able to get this working by implementing a view based table view. Just add an NSTextView to your view and set setHidden:YES. When the user clicks the cell, you show the NSTextView. Once done editing (by clicking a button or by clicking another cell???), you can update your model and hide the NSTextView again. For this to work, you would need a view based NSTableView.

    • Out-of-table editing by using an NSPopover. When the user clicks the cell, you show a separate NSView with all your editing controls in it, wrapped in an NSPopover. By passing the bounds of the cell to the popover, you can “attach” the popover to the specific cell you are editing. Once editing is done you update your model and dismiss the popover.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an android loyout like this: <ScrollView android:layout_width=fill_parent android:layout_height=fill_parent android:id=@+id/scrollview> <TextView android:id=@+id/text android:layout_width=wrap_content
I have a TextView which i set the text using setText(). In properties, I
Let's say you have a TextView that displays an number like 0 and you
Is it possible to have a TextView object containing text of two sizes? We
I have the following TextView in my XML layout file:- <TextView android:layout_width=fill_parent android:layout_height=wrap_content android:text=@string/autolink_test
can a widget have a marquee textview? if so how would i implement it?
I have added two textview in iphone by this way. I have two UITextView
I have a layout requirement like below, Textview TextView ListView Edit Text Button Since
I have different table rows, each of it contains some information text which should
I have a textview that downloads the text from a .txt on my server.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.