Skip to content

noppefoxwolf/TextContainerLayoutGuide

Repository files navigation

📝 TextContainerLayoutGuide

CI Status Version License Platform

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, noppelabs@gmail.com

License

TextContainerLayoutGuide is available under the MIT license. See the LICENSE file for more info.

About

Easily put something around text using AutoLayout.

Resources

License

Stars

Watchers

Forks

Packages