mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-28 05:49:33 +00:00
The documentation for `UITableViewDataSource` specifies that the default value is 1, and that its implementation is optional. However, ASTableView's forwarding doesn't account for the unimplemented case. The desired behavior is to return 1 in the case that the method is not implemented.