All Projects → ruslanskorb → Rskgrowingtextview

ruslanskorb / Rskgrowingtextview

Licence: apache-2.0
A light-weight UITextView subclass that automatically grows and shrinks.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Rskgrowingtextview

Dropdowntextview
Simple drop-down(expandable) TextView for Android
Stars: ✭ 307 (-62.56%)
Mutual labels:  textview, expandable
Jhform
JhForm - 自定义表单工具,更加简单,快捷的创建表单、设置页面
Stars: ✭ 108 (-86.83%)
Mutual labels:  input, textview
Fole
Fole is a simple library to collapse and expand a TextView.
Stars: ✭ 67 (-91.83%)
Mutual labels:  textview, expandable
Inputkit
📝InputKit, an Elegant Kit to limits your input text, inspired by BlocksKit, written in both Objective-C & ⚡️Swift.
Stars: ✭ 420 (-48.78%)
Mutual labels:  input, textview
Hyperform
Capture form validation back from the browser
Stars: ✭ 729 (-11.1%)
Mutual labels:  input
Opensource Socialnetwork
Open Source Social Network (OSSN) is a social networking software written in PHP. It allows you to make a social networking website and helps your members build social relationships, with people who share similar professional or personal interests. It is available in 16 international languages.
Stars: ✭ 710 (-13.41%)
Mutual labels:  chat
Vue Ctk Date Time Picker
VueJS component to select dates & time, including a range mode
Stars: ✭ 707 (-13.78%)
Mutual labels:  input
Edumeet
Multiparty web-meetings using mediasoup and WebRTC
Stars: ✭ 699 (-14.76%)
Mutual labels:  chat
Inputbaraccessoryview
A simple and easily customizable InputAccessoryView for making powerful input bars with autocomplete and attachments
Stars: ✭ 807 (-1.59%)
Mutual labels:  input
Convos
Convos 👥 is the simplest way to use IRC in your browser
Stars: ✭ 789 (-3.78%)
Mutual labels:  chat
Chat Messaging App Light And Dark Theme
Stars: ✭ 715 (-12.8%)
Mutual labels:  chat
Briefing
Secure direct video group chat
Stars: ✭ 710 (-13.41%)
Mutual labels:  chat
Notie
🔔 a clean and simple notification, input, and selection suite for javascript, with no dependencies
Stars: ✭ 6,170 (+652.44%)
Mutual labels:  input
Flaggy
Idiomatic Go input parsing with subcommands, positional values, and flags at any position. No required project or package layout and no external dependencies.
Stars: ✭ 711 (-13.29%)
Mutual labels:  input
Android Robototextview
Implementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, includes the brand new Roboto Slab fonts.
Stars: ✭ 791 (-3.54%)
Mutual labels:  textview
Deltachat Android
Email-based instant messaging for Android.
Stars: ✭ 705 (-14.02%)
Mutual labels:  chat
Vchat
💘🍦🙈Vchat — 从头到脚,撸一个社交聊天系统(vue + node + mongodb)
Stars: ✭ 724 (-11.71%)
Mutual labels:  chat
Seq2seq Chatbot
Chatbot in 200 lines of code using TensorLayer
Stars: ✭ 777 (-5.24%)
Mutual labels:  chat
Rxmarkdown
📠Markdown for Android, supports TextView && EditText (Live Preview), supports code high light.
Stars: ✭ 714 (-12.93%)
Mutual labels:  textview
Caprine
Elegant Facebook Messenger desktop app
Stars: ✭ 6,170 (+652.44%)
Mutual labels:  chat

RSKGrowingTextView Swift 5.1 Swift Package Manager Compatible Cocoapods Compatible Carthage compatible

Sample

A light-weight UITextView subclass that automatically grows and shrinks based on the size of user input and can be constrained by maximum and minimum number of lines.

Installation

Using Swift Package Manager

  1. To add the RSKGrowingTextView package to your Xcode project, select File > Swift Packages > Add Package Dependency and enter the repository URL.

     https://github.com/ruslanskorb/RSKGrowingTextView.git
    

Using CocoaPods

  1. Add the pod RSKGrowingTextView to your Podfile.

    pod 'RSKGrowingTextView'
    
  2. Run pod install from Terminal, then open your app's .xcworkspace file to launch Xcode.

Using Carthage

  1. Add the ruslanskorb/RSKGrowingTextView project to your Cartfile.

    github "ruslanskorb/RSKGrowingTextView"
    
  2. Run carthage update, then follow the additional steps required to add the iOS and/or Mac frameworks into your project.

Demo

Build and run the RSKGrowingTextViewExample project in Xcode to see RSKGrowingTextView in action. Have fun. Figure out hooks for customization.

Contact

Ruslan Skorb

License

This project is available under the Apache License, version 2.0. See the LICENSE file for more info.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].