For my A level Computer Science project I have created an app for iOS/iPadOS which allows users to take or select a picture and extract the text from that image.
Using a Mac Catalyst, my app also works well on Mac, however I would like to add some customisation features so that it looks and feels better on a Mac.
I have created a Touch Bar storyboard and was wondering if I could add it to my app, I was thinking of something along the lines of 'If User device = Mac then load TouchBarStoryboard else don't'.
If you have any ideas on how I could implement this, please do let me know.
Below is an image of the storyboard I created for the Touch Bar.
On iOS, my GUI looks like this:
Therefore I thought the Touch Bar would offer the user an alternative to using the mouse when switching between the 5 tabs.
Many thanks for your help.