Skip to content
View ghermanowski's full-sized avatar
Block or Report

Block or report ghermanowski

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. EventsWidget EventsWidget Public

    How to create a configurable widget for Calendar with SwiftUI

    Swift 35 1

  2. TimerNotifications TimerNotifications Public

    Swift 3

  3. Etalide Etalide Public

    Personalised Cognitive Therapy

    Swift 2

  4. How to Capture Text from the Camera ... How to Capture Text from the Camera in SwiftUI 3
    1
    # How to Capture Text from the Camera in SwiftUI 3
    2
    
                  
    3
    To create a button for this purpose, you need a class that adopts the protocols `UIResponder` and `UIKeyInput`. The required variable `hasText` and method `deleteBackward` are not used so you can just ignore them.
    4
    
                  
    5
    ```swift