Skip to content

Commit 8183034

Browse files
author
Ignacio Romero Zurbuchen
committed
Merge pull request slackhq#462 from douglashill/update-readme
Remove references to swift-example branch in README
2 parents 9897d07 + 026e7f8 commit 8183034

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This library is used in Slack's iOS app. It was built to fit our needs, but is f
1717
## Feature List
1818

1919
### Core
20-
- Works out of the box with [UITableView or UICollectionView or UIScrollView](https://github.com/slackhq/SlackTextViewController/tree/swift-example#subclassing)
20+
- Works out of the box with [UITableView or UICollectionView or UIScrollView](https://github.com/slackhq/SlackTextViewController#subclassing)
2121
- [Growing Text View](https://github.com/slackhq/SlackTextViewController#growing-text-view), with line count limit support
2222
- Flexible UI built with Auto Layout
2323
- Customizable: provides left and right button, and toolbar outlets
@@ -42,7 +42,7 @@ This library is used in Slack's iOS app. It was built to fit our needs, but is f
4242

4343
### Compatibility
4444
- Carthage & CocoaPods
45-
- Swift: [A sample project is available in a different branch] (https://github.com/slackhq/SlackTextViewController/tree/swift-example)
45+
- Objective-C & Swift
4646
- iOS 7, 8 & 9
4747
- iPhone & iPad
4848
- [Storyboard](https://github.com/slackhq/SlackTextViewController#storyboard)
@@ -148,9 +148,8 @@ override class func collectionViewLayoutForCoder(decoder: NSCoder) -> UICollecti
148148
###Sample Project
149149

150150
Check out the sample project, everything is demo'd there.
151-
There are 2 main examples (different targets) for testing the programatic and storyboard approaches. Most of the features are implemented for you to quickly start using them.
151+
There are 2 main examples (different targets) for testing the programatic and storyboard approaches, and a Swift example. Most of the features are implemented for you to quickly start using them.
152152

153-
A CollectionView example, using Swift, is in progress on the `swift-example` branch. The idea with this project is to build a custom collection view layout allowing to display cells from the bottom (currently working but needs serious tweaks to make it perfect).
154153
Feel free to contribute!
155154

156155

0 commit comments

Comments
 (0)