fix(ios-uikit): Correct method signatures in iOS UIKit documentation#243
Open
aryakulkarni-cometchat wants to merge 2 commits intomainfrom
Open
fix(ios-uikit): Correct method signatures in iOS UIKit documentation#243aryakulkarni-cometchat wants to merge 2 commits intomainfrom
aryakulkarni-cometchat wants to merge 2 commits intomainfrom
Conversation
- Fixed logout method signature in Quick Reference: Changed from CometChatUIKit.logout(onSuccess:onError:) to CometChatUIKit.logout(user:result:) - Fixed Users component method names in property-changes.mdx: Changed set(trailView:) to set(trailingView:) Changed set(subtitleView:) to set(subtitle:) - Fixed Groups component method names in property-changes.mdx: Changed set(trailView:) to set(trailingView:) Changed SetSubTitleView to set(subtitle:) - Added DOCUMENTATION_REVIEW_REPORT.md with complete verification details All changes verified against actual SDK source code and tested with a complete sample application that builds and runs successfully.
…it docs Added TL;DR Quick Reference sections at the top of all iOS UIKit documentation pages to improve AI agent and developer experience. Each section includes: - Key class names and imports - Essential method signatures with correct parameters - Common usage patterns and code snippets - Links to related documentation - Important warnings about initialization order and auth keys Files updated: - overview.mdx, getting-started.mdx, components-overview.mdx - conversations.mdx, users.mdx, groups.mdx, call-logs.mdx - message-header.mdx, message-list.mdx, message-composer.mdx - All guide files, call features, extensions, and v2/v3/v4 docs This makes the documentation more accessible for AI-assisted development and provides quick reference for experienced developers.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed logout method signature in Quick Reference: Changed from CometChatUIKit.logout(onSuccess:onError:) to CometChatUIKit.logout(user:result:)
Fixed Users component method names in property-changes.mdx: Changed set(trailView:) to set(trailingView:) Changed set(subtitleView:) to set(subtitle:)
Fixed Groups component method names in property-changes.mdx: Changed set(trailView:) to set(trailingView:) Changed SetSubTitleView to set(subtitle:)
Added DOCUMENTATION_REVIEW_REPORT.md with complete verification details
All changes verified against actual SDK source code and tested with a complete sample application that builds and runs successfully.
Description
Related Issue(s)
Type of Change
Checklist
Additional Information
Screenshots (if applicable)