RSKGrowingTextField
  • October 19, 2023

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.

GitHub


View Github

#animation #awesemetextfield #carthage #chat #cocoapods #currencytextfield #customtextfield #customwidgets #expandable #facetedsearch #geosearch #growing #growingtextview #input #instantsearch #interfacebuilder #ios #ioslibrary #iosswift #opensource #passwordtextfield #placeholder #placeholdertextview #realmswift #search #searchengine #searchinterface #searchsynonyms #styledtext #swift #swiftframework #swiftlibrary #swiftpackagemanager #swiftui #swiftuicomponents #text #textexpansion #textfield #texture #textview #tjtextfield #ui #uikit #uitextfield #uitextfieldnavigation #uitextview #uitextviewalgolia #widgets
YOU MIGHT ALSO LIKE...
🧭 NavigationKit

NavigationKit is a lightweight library which makes SwiftUI navigation super easy to use. 💻 Installation 📦 Swift Package Manager Using Swift Package Manager, add ...

swiftui-navigation-stack

An alternative SwiftUI NavigationView implementing classic stack-based navigation giving also some more control on animations and programmatic navigation. NavigationStack Installation ...

Stinsen

Simple, powerful and elegant implementation of the Coordinator pattern in SwiftUI. Stinsen is written using 100% SwiftUI which makes it ...

SwiftUI Router

With SwiftUI Router you can power your SwiftUI app with path-based routing. By utilizing a path-based system, navigation in your app becomes ...

FlowStacks

This package takes SwiftUI's familiar and powerful NavigationStack API and gives it superpowers, allowing you to use the same API not just ...