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
`JSMessagesViewController` is a `UITableViewController` subclass that is very similar to the iOS Messages app. **Note, this is only a messaging UI, not a messaging app.**
8
6
9
-
**See more [screenshots](https://github.com/jessesquires/MessagesTableViewController/tree/master/Screenshots) in the `Screenshots/` directory.**
*See more [screenshots](https://github.com/jessesquires/MessagesTableViewController/tree/master/Screenshots) in the `Screenshots/` directory.*
10
10
11
11
## Update!
12
12
13
-
####Version 3.0.0 just released with a brand new API! iOS 7 support + documentation coming soon!
13
+
####Version 3.0.0 just released with a brand new API! iOS 7 support coming soon!
14
14
15
15
## Features
16
16
@@ -38,11 +38,11 @@ A messages UI for iPhone and iPad.
38
38
39
39
## Installation
40
40
41
-
### From [CocoaPods](http://www.cocoapods.org)
41
+
####From [CocoaPods](http://www.cocoapods.org)
42
42
43
43
pod 'JSMessagesViewController'
44
44
45
-
### From source
45
+
####From source
46
46
47
47
* Drag the `JSMessagesViewController/` folder to your project.
48
48
* Add the `AudioToolbox.framework` to your project, if you want to use the sound effects
@@ -61,9 +61,9 @@ A messages UI for iPhone and iPad.
61
61
62
62
5. Implement `- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section` from the [`UITableViewDataSource` protocol](https://developer.apple.com/library/ios/documentation/uikit/reference/UITableViewDataSource_Protocol/Reference/Reference.html).
63
63
64
-
666. Present your subclassed ViewController programatically or via StoryBoards. Your subclass should be the `rootViewController` of a `UINavigationController`.
64
+
6. Present your subclassed ViewController programatically or via StoryBoards. Your subclass should be the `rootViewController` of a `UINavigationController`.
65
65
66
-
7. Read the documentation (Yes, there's documentation! Seriously!)
66
+
7. Read the documentation (Yes, there's documentation! [Seriously](http://dailyyeah.com/wp-content/uploads/2008/07/crazy_fat_kid.gif)!)
67
67
68
68
8. See the included demo project: `JSMessagesDemo.xcodeproj`
69
69
@@ -83,9 +83,9 @@ Documentation is [available here](http://cocoadocs.org/docsets/JSMessagesViewCon
83
83
84
84
Created by [Jesse Squires](https://twitter.com/jesse_squires), a [programming-motherfucker](http://programming-motherfucker.com).
85
85
86
-
Originally inspired by [@soffes](http://github.com/soffes)/[SSMessagingViewController][ss].
86
+
Originally inspired by [@soffes](http://github.com/soffes)**/**[SSMessagingViewController][ss].
87
87
88
-
Many thanks to [le contributors](https://github.com/jessesquires/MessagesTableViewController/graphs/contributors) of this project.
88
+
Many thanks to [the contributors](https://github.com/jessesquires/MessagesTableViewController/graphs/contributors) of this project.
89
89
90
90
Square message bubbles designed by [@michaelschultz](http://www.twitter.com/michaelschultz).
0 commit comments