Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on May 6, 2023. It is now read-only.
/TextViewPublic archive

Provides a SwiftUI multi-line TextView implementation including support for auto-sizing. (iOS)

License

NotificationsYou must be signed in to change notification settings

SwiftUI-Plus/TextView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This library is now deprecated in favour of a more complete and SwiftUI friendlyTextEditor backport:

https://github.com/shaps80/SwiftUIBackports

See it in action here:https://twitter.com/shaps/status/1654972428286668800?s=20

TextEditor Backport


TextView

Also available as a part of mySwiftUI+ Collection – just add it to Xcode 13+

Provides a SwiftUI multi-line TextView implementation with support for iOS v13+

WIP

  • Improved formatting support

Features

  • Configure all properties via modifiers
  • Multi-line text
  • Placeholder
  • No predefined design, full-flexibility to design in Swift UI
  • UIFont extensions to give you SwiftUI Font APIs
  • Auto-sizes height to fit content as you type

Example

TextView($text).placeholder("Enter some text"){ viewin        view.foregroundColor(.gray)}.padding(10).overlay(RoundedRectangle(cornerRadius:10).stroke(lineWidth:1).foregroundColor(Color(.placeholderText))).padding()

Installation

The code is packaged as a framework. You can install manually (by copying the files in theSources directory) or using Swift Package Manager (preferred)

To install using Swift Package Manager, add this to thedependencies section of yourPackage.swift file:

.package(url: "https://github.com/SwiftUI-Plus/TextView.git", .upToNextMinor(from: "1.0.0"))

Other Packages

If you want easy access to this and more packages, add the following collection to your Xcode 13+ configuration:

https://benkau.com/packages.json

About

Provides a SwiftUI multi-line TextView implementation including support for auto-sizing. (iOS)

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp