You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pod 'JSQMessagesViewController', :git => 'https://github.com/jessesquires/JSQMessagesViewController.git', :branch => 'develop'
38
+
39
+
# For version 5.3.2
40
+
pod 'JSQMessagesViewController', :git => 'https://github.com/jessesquires/JSQMessagesViewController', :branch => 'version_5.3.2_patch'
41
+
42
+
# For iOS 6 support
43
+
pod 'JSMessagesViewController', :git => 'https://github.com/jessesquires/JSQMessagesViewController.git', :branch => 'iOS6_support_stable'
36
44
````
37
45
38
-
Otherwise, drag the `JSQMessagesViewController/` folder to your project. Install [`JSQSystemSoundPlayer`][playerLink] and add the `QuartzCore.framework`.
46
+
Otherwise, drag the `JSQMessagesViewController/` folder to your project and install [`JSQSystemSoundPlayer`][playerLink].
39
47
40
48
>**NOTE:**
41
49
>
42
50
>This repo was formerly named `MessagesTableViewController`.
43
51
>
44
52
>And this pod was formerly named `JSMessagesViewController`.
45
53
46
-
For iOS 6.0 support:
47
-
````
48
-
pod 'JSMessagesViewController', :git => 'https://github.com/jessesquires/JSQMessagesViewController.git', :branch => 'iOS6_support_stable'
49
-
````
50
-
51
54
## Getting Started
52
55
53
56
````
@@ -62,7 +65,7 @@ pod 'JSMessagesViewController', :git => 'https://github.com/jessesquires/JSQMess
62
65
* Your model objects should conform to the `JSQMessageData` protocol.
63
66
* Your media attachment model objects should conform to the `JSQMessageMediaData` protocol.
64
67
* However, you may use the provided classes:
65
-
* Model: `JSQTextMessage` and `JSQMediaMessage`
68
+
* Model: `JSQMessage` for all message objects
66
69
* Media attachments: `JSQPhotoMediaItem`, `JSQLocationMediaItem`, `JSQVideoMediaItem`
0 commit comments