NextGrowingTextView | growing textviews ' optimized for iOS | iOS library
kandi X-RAY | NextGrowingTextView Summary
kandi X-RAY | NextGrowingTextView Summary
The next in the generations of 'growing textviews' optimized for iOS 8 and above. As a successor to HPGrowingTextView, NextGrowingTextView was redesigned from scratch to provide the most elegant architecture for iOS 8 and above. Most autoresizing textviews are implemented with UITextView subclasses. The problem with that approach is that each iOS version changed UITextView's layout behavior, and so most of the implementations are laden with iOS version-specific workarounds to fix bugs and errant behavior. With NextGrowingTextView, the battle with the framework is now over. NextGrowingTextView approaches the problem differently by wrapping UITextView within a UIScrollView and aligning the textView to the scrollView's contentSize. You want also to need to display a 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.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of NextGrowingTextView
NextGrowingTextView Key Features
NextGrowingTextView Examples and Code Snippets
Community Discussions
Trending Discussions on NextGrowingTextView
QUESTION
My scenario, I am trying to add UIView on top of the keyboard for toolbar. here, I am using below code for growing textview
https://github.com/muukii/NextGrowingTextView
I added additionally UIView in Viewcontroller top side and added below code into Viewcontroller
...ANSWER
Answered 2019-Jul-30 at 07:01To answer your question: The error occurs because class NextGrowingTextView
is of type UIScrollView
and you simply cannot change a scroll view's inputAccessoryView
. You can see that in NextGrowingTextView.swift.
You should - though - be able to modify self.growingTextView.textView.inputAccessoryView
.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install NextGrowingTextView
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page