Chatto/ChattoAdditions/Tests/Input
Diego Sánchez d1b01327d1 Swift 3 migration (#220)
* Runs the Swift 3 migrator in ChattoApp.

Affects ChattoApp, ChattoAppTests, Chatto and ChattoAdditions. Does not migrate ChattoTests or ChattoAdditionsTests

* Configures Chatto And ChattoAdditions projects to use Swift 3

* Updates .travis.yml to use Xcode 8 and iPhone 7

* Uses flatMap instead of filter and force cast

* Fixes createCollectionViewLayout not being a function

* Removes useless init overrides

* Fix for new implicit unwrapping optional non-propagation rule

* Removes useless casting

* Audits accessor levels in Observable

* Fixes UIControlState.Normal replaced by UIControlState()

* Favours private over fileprivate where possible

* Audits open/public access level

* Removes conditional if for Swift 2

* Removes label from simulateTapOnTextViewForDelegate

* Audits open/public access levels
2016-09-21 12:58:25 +01:00
..
ChatInputBarTests.swift Swift 3 migration (#220) 2016-09-21 12:58:25 +01:00
ChatInputItemTests.swift Swift 3 migration (#220) 2016-09-21 12:58:25 +01:00
ChatInputItemViewTests.swift Swift 3 migration (#220) 2016-09-21 12:58:25 +01:00
ChatInputPresenterTests.swift Swift 3 migration (#220) 2016-09-21 12:58:25 +01:00
LiveCameraCellPresenterTests.swift Swift 3 migration (#220) 2016-09-21 12:58:25 +01:00
PhotosChatInputItemTests.swift Swift 3 migration (#220) 2016-09-21 12:58:25 +01:00
PhotosInputPlaceholderDataProviderTests.swift Show placeholder cells in photo input if not enough photos 2016-03-24 19:00:14 +00:00
PhotosInputViewItemSizeCalculatorTests.swift Chatto inception 2015-11-26 22:48:25 +00:00
PhotosInputWithPlaceholdersDataProviderTests.swift Show placeholder cells in photo input if not enough photos 2016-03-24 19:00:14 +00:00
TextChatInputItemTests.swift Swift 3 migration (#220) 2016-09-21 12:58:25 +01:00