# iOS UIKit v3 docs errata

**URL:** https://community.sendbird.com/t/ios-uikit-v3-docs-errata/5136
**Category:** Sendbird Chat UIKit
**Tags:** uikit, ios
**Created:** [July 22, 2022, 12:17pm UTC](https://community.sendbird.com/t/ios-uikit-v3-docs-errata/5136 "2022-07-22T12:17:38Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![fn7](https://sea2.discourse-cdn.com/flex020/user_avatar/community.sendbird.com/fn7/32/2139_2.png) [@fn7](https://community.sendbird.com/u/fn7)
#### Post date: [July 22, 2022, 12:17pm UTC](https://community.sendbird.com/t/ios-uikit-v3-docs-errata/5136/1 "2022-07-22T12:17:38Z")

</div>

Thought it would be nice to have an errata thread since I found one, and it might not be the last one to be found. (Hopefully we won’t have too many.)

### SBUBaseMessageCell.message

`SBUBaseMessageCell.message` is implemented as an optional, but [the reference](https://sendbird.com/docs/uikit/v3/ios/ref/Classes/SBUBaseMessageCell.html#/c:@M@SendbirdUIKit@objc(cs)SBUBaseMessageCell(py)message) says it’s a non-optional field.

To be honest I think it should be a late-init property (implicitly unwrapped optional) if anything, but it’s what it is.

Also, there are quite a few public properties missing for the said class, so maybe you guys have to regenerate the docs to match the latest release.
