A glossy Matrix collaboration client for iOS
Find a file
manuroe 9d1db3f2ec RoomViewController: Fixed crash on 6+: "Starting the app in portrait, then rotate the device in landscaped" made the app crash.
The reason is that in these conditions, there is no selected room. So, self.previewScrollView is nil
2016-04-27 10:41:46 +02:00
Vector RoomViewController: Fixed crash on 6+: "Starting the app in portrait, then rotate the device in landscaped" made the app crash. 2016-04-27 10:41:46 +02:00
Vector.xcodeproj Room preview of email invitation: Replaced [RoomVC displayEmailInvitation] by [RoomVC displayRoomPreview], a more generic function that handles email invitation and simple link to a room 2016-04-15 09:43:56 +02:00
VectorTests Remove some matrix.org occurrences. 2015-08-25 18:50:30 +02:00
.gitignore Rename directories of sample sources (matrixConsole) 2014-11-24 10:38:23 +01:00
buildipa.sh Clean vector-ios script and .rst files 2015-08-10 14:57:35 +02:00
CHANGES.rst Update CHANGES 2016-04-26 18:11:33 +02:00
checkipa.sh Moved code in the Console folder to the root of the repo 2015-04-09 10:08:20 +02:00
LICENSE Initial commit 2015-04-02 14:45:43 +02:00
Podfile Merge remote-tracking branch 'origin/master' into develop 2016-04-26 18:28:07 +02:00
Podfile.lock Merge remote-tracking branch 'origin/master' into develop 2016-04-26 18:28:07 +02:00
README.rst Clean vector-ios script and .rst files 2015-08-10 14:57:35 +02:00

Vector-ios
==========

Vector/iOS is an iOS Matrix client. 

It is based on MatrixKit (https://github.com/matrix-org/matrix-ios-kit) and MatrixSDK (https://github.com/matrix-org/matrix-ios-sdk).

You can build the app from source as per below:

Build instructions
==================

Before opening the Vector Xcode workspace, you need to build it with the
CocoaPods command::

        $ cd Vector
        $ pod install

This will load all dependencies for the Vector source code, including MatrixKit and MatrixSDK.

Then, open ``Vector.xcworkspace`` with Xcode

        $ open Vector.xcworkspace