📝 TextContainerLayoutGuide
How to use it
Simply constrain your views to the TextContainerLayoutGuide's anchors.
footerView.topAnchor.constraint(equalTo: textView.textContainerLayoutGuide.bottomAnchor).isActive = true
Place view in footer of UITextView
Installation
Cococapods
TextContainerLayoutGuide is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'TextContainerLayoutGuide'
Carthage
github "noppefoxwolf/TextContainerLayoutGuide"
Author
noppefoxwolf, [email protected]
License
TextContainerLayoutGuide is available under the MIT license. See the LICENSE file for more info.