- April 27, 2024
- Mins Read
flexible width | fixed width |
---|---|
💡
Displaying the user-interface on top of the keyboard
muukii/Bureau enables you to show your user-interface on top of the keyboard in the easiest way.
It supports AutoLayout completely.
let growingTextView = NextGrowingTextView()
Setting up with configuration
growingTextView.configuration = .init(
minLines: 1,
maxLines: 10,
isAutomaticScrollToBottomEnabled: true,
isFlashScrollIndicatorsEnabled: true
)
Accessing actual UITextView to apply settings
growingTextView.textView
Accessing UILabel for displaying placeholder
growingTextView.placeholderLabel
iOS 9.0+ Swift 5.5+
Horizon SDK is a state of the art real-time video recording / photo shooting iOS library. Some of the features ...