Skip to content

Instantly share code, notes, and snippets.

View ms-tii's full-sized avatar

Mohit Sharma ms-tii

  • Techies India Inc
  • Ludhiana
View GitHub Profile
@ms-tii
ms-tii / MultilineTextView(SwiftUI) gist.md
Last active February 7, 2025 08:35
Chat feature with messages that take up multiple lines text box like UITextView

Multiline TextView with ChatView

If you want to create a chat feature with messages that take up multiple lines, this project might be useful for you. SwiftUI doesn’t have a built-in text box like UITextView, so you need to create a custom one. Also, UITextView doesn’t support placeholders. This component solves both problems by allowing placeholders and automatically expanding up to a set height.

Screenshots

AppScreenshot

@ms-tii
ms-tii / FlipClock(SwiftUI) gist.md
Last active February 4, 2025 11:31
FlipClock (SwiftUI)- To learn functionality like - Timer, AnyCancellable and Animation

FlipClock

FlipClock is a visually appealing and functional clock application implemented using SwiftUI. It features animated flip clock digits to display the current time in an engaging and modern way.

AppScreenshot

Table of Contents