-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New functionality for giphy input and display #127
base: main
Are you sure you want to change the base?
Conversation
tabBar.frame.size.height | ||
} | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one of the requirements for getting your app approved to use the giphySDK is that you show an attribution mark. This requirement is not very well specified on the giphy sdk docs, however including this small image overlay on the picker meets the requirement
Sources/ExyteChat/Resources/Media.xcassets/InputView/sticker.imageset/sticker.png
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All in all this is simply wonderful, thank you so much for your work, just please mind the selected code formatting for the lib - pay attention to indentation. Have a wonderful day!
@@ -10,42 +10,42 @@ import ExyteMediaPicker | |||
import ActivityIndicatorView | |||
|
|||
struct AttachmentsEditor<InputViewContent: View>: View { | |||
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't add these, this can be changed in xcode settings
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good to see about getting #126 merged, that way I could just run the command to meet the projects formatting, I've added another commit, with the correct formatting so this should now be fixed
… fred-bowker-1 # Conflicts: # Sources/ExyteChat/ChatView/Attachments/AttachmentsEditor.swift
No description provided.