Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for multiline TextInput via UITextView #991

Closed
wants to merge 9 commits into from
Closed

Add support for multiline TextInput via UITextView #991

wants to merge 9 commits into from

Commits on Apr 28, 2015

  1. Add support for multiline TextInput via UITextView

    Brent Vatne committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    6f7632c View commit details
    Browse the repository at this point in the history
  2. Various fixes for RCTTextView

    - Change to put UITextView inside of RCTView to be able to set padding
    - Fix issues with setting fonts - RCTConvert would lose properties along
      the way.
    Brent Vatne committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    0216bf6 View commit details
    Browse the repository at this point in the history
  3. Add back method that was accidentally removed

    Brent Vatne committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    7f5159a View commit details
    Browse the repository at this point in the history
  4. Add multiline TextInput example and tweak placeholder

    - Use UIScrollView instead of UILabel for placeholder to ensure that
      placement of the placeholder text is identical to the underlying text
    Brent Vatne committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    cdef1c5 View commit details
    Browse the repository at this point in the history
  5. Set RCTTextView as UITextView delegate rather than use NSNotification…

    …Center
    Brent Vatne committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    697939f View commit details
    Browse the repository at this point in the history
  6. Revert changes to RCTConvert, leave for separate diff

    Brent Vatne committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    bf0589b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9d115e2 View commit details
    Browse the repository at this point in the history
  8. Add example with multiline text and placeholder styled

    Brent Vatne committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    1c45fce View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2015

  1. Configuration menu
    Copy the full SHA
    0a17f61 View commit details
    Browse the repository at this point in the history