-
Notifications
You must be signed in to change notification settings - Fork 100
Add view factory methods for customising headers in GalleryView and VideoPlayerView #837
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
Conversation
f8981aa
to
362e904
Compare
362e904
to
39d8e05
Compare
SDK Size
|
39d8e05
to
4a9f6c0
Compare
@@ -982,7 +982,7 @@ class ViewFactory_Tests: StreamChatTestCase { | |||
) | |||
|
|||
// Then | |||
XCTAssert(view is GalleryView) | |||
XCTAssert(view is GalleryView<DefaultViewFactory>) |
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.
Should we also add tests to check the returned type of the new methods? Just to protect against breaking changes.
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.
Sure!
|
🔗 Issue Links
Resolves: IOS-880
🎯 Goal
GalleryView
andVideoPlayerView
📝 Summary
GalleryHeaderView
inGalleryView
andVideoPlayerView
🛠 Implementation
🧪 Manual Testing Notes
N/A
☑️ Contributor Checklist
docs-content
repo