6 Commits

Author SHA1 Message Date
Jakub Kaspar 439bb19a6f Make keyboard manager public 2024-07-11 11:32:52 +02:00
Martin Púčik bff35fda61 Added Swiftlint and Swiftformat plugins (#1729)
* build: Swiftlint plugin

* build: Swiftformat plugin

* build: Swiftformat plugin

* build: Swiftformat bash command

* style: Swiftformat rules

* style: Swiftformat applied to codebase

* style: Ignore Tests for Swiftlint

* Update bundler

* Update changelog and migration guide

* style: Ignore Example for Swiftlint

* chore: Changelog

* Update Xcode version for ci_pr_tests.yml

* Update ci_pr_framework.yml

* Update ci_pr_example.yml

* chore: Changelog

Co-authored-by: Jakub Kaspar <kaspikk@gmail.com>
2022-07-25 08:46:14 +00:00
Mehmet Baykar 4f160e5b48 Bind the keyboard to subviewInputBar when moved to its parent
Set the inputAccesoryView of the controller to subviewInputBar.
2021-11-16 20:32:44 +01:00
Martin Púčik 86cd13eafa Updated MessageKit.podspec to use resource_bundle instead of resources (#1460)
* Update MessageKit.podspec

Changed resources to resource_bundle

* Update CHANGELOG.md

* Update MessageKit.podspec

Update resource bundle getter for updated podspec bundle setting

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Jakub Kašpar <kaspikk@gmail.com>
2020-10-06 10:08:59 +02:00
Ashley Ng d2a34894a5 Address code review
- change varibale names with VC to ViewController
- add MIT License Header to new files
- add documentation about using a height constant
2020-05-07 18:29:23 -05:00
Ashley Ng 33c2ad5448 Add support to show splitview for iPads 2020-03-14 21:24:34 -05:00