- July 11, 2025
- Mins Read
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.
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
RSKGrowingTextView
to your Podfile.
pod ‘RSKGrowingTextView’
2. Run pod install
from Terminal, then open your app’s .xcworkspace
file to launch Xcode.
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.
Build and run the RSKGrowingTextViewExample
project in Xcode to see RSKGrowingTextView
in action. Have fun. Figure out hooks for customization.
A SwiftUI View that emits confetti with user-defined shapes, images, and text.
A colour wheel made all in SwiftUI. There are 2 different colour wheels to choose from. The first main one ...
A color picker implementation with color wheel appearance written in plain SwiftUI. It is compatible with UIColor and NSColor.
This repository is no longer maintained. Here's why: with the release of iOS 16 SwiftUI now enables most of the ...