V8tr / KeyboardAvoidanceSwiftUI

How to move SwiftUI view up when keyboard appears https://www.vadimbulavin.com/how-to-move-swiftui-view-when-keyboard-covers-text-field/
https://www.vadimbulavin.com
The Unlicense
327 stars 36 forks source link

Converted to Swift package #2

Closed Wiingaard closed 2 years ago

Wiingaard commented 4 years ago

Heya.. Great work on the article and this little project. I thought it deserved to be published as a Swift package for others to use, so here's my suggestion.

Notice, I've removed the demo app that you build, to only include the actual source files in the package. If you know a way to add the demo app to the repo without including it in the package, feel free to edit 😊

V8tr commented 4 years ago

Hey @Wiingaard !

Sorry it took me almost a week to respond. I was thinking about what should be the right way of treating this project. I've came to conclusion that the current project is a proof of concept instead of a full-fledged library that I am going to distribute and support.

I really appreciate your input and interest in this project. I am afraid, I have to leave KeyboardAvoidanceSwiftUI in its current shape to better serve the aforementioned goal. My intention is not to distribute KeyboardAvoidanceSwiftUI as a package.