Created
October 20, 2020 17:53
-
-
Save blsage/67bf8ccc7c4cdbce778af9f60343d519 to your computer and use it in GitHub Desktop.
A dummy cursor view that looks and blinks like a real iOS π± cursor π±π.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import SwiftUI | |
import iDummyCursor | |
struct ContentView: View { | |
var body: some View { | |
iDummyCursor() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to get a dummy cursor for iOS, usingΒ SwiftUI
iDummyCursor
supports two custom modifiers. All customizations are built into our modifiers.See more here π