Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What are the long term plans for this project? #22

Open
eliburke opened this issue Feb 9, 2018 · 6 comments
Open

What are the long term plans for this project? #22

eliburke opened this issue Feb 9, 2018 · 6 comments
Labels

Comments

@eliburke
Copy link

eliburke commented Feb 9, 2018

As a heavy user of SlackTextViewController, I came here immediately after reading about your project in iOS Dev Weekly. The goal is ambitious: "A SlackTextViewController replacement written in Swift for the iPhone X." Sounds fantastic, but the reality isn't up to the hype quite yet 😄

I'm not trying to be an ass; what you have so far looks great. Could you maybe update the home page or comment on this issue to give some more details on what you hope to accomplish? The version number is pretty low so I imagine it is a work in progress. Do you see this as a total replacement for STVC and the majority of its features or is it more narrowly focused? Is more of the messaging-related functionality in GitHawk going to be migrated into MessageViewController? Do you have a roadmap in mind for things like input buttons / toolbar, typing indicator, Edit mode, gestures, animations? Are you looking for contributors or do you intend to get closer to a 1.0 release before you open it up more?

-Eli

@rnystrom
Copy link
Member

rnystrom commented Feb 9, 2018

All great questions! And ones that I haven’t put a lot of thought into. I’ll try to work on a vision doc sometime to express my thoughts.

It’s definitely not a total STVC replacement yet. There are missing features like edit mode and left buttons. But for a simple resizing text view for messaging, this is pretty much all you need.

I don’t plan on adding any messaging functionality to this project as I think that implementing table or collection views should be completely decoupled from an input text view (prob my biggest gripe with STVC).

Really great questions, I’m glad you asked!

Sent with GitHawk

@hipwelljo
Copy link

Love this project already, love this issue too. I was looking for a lightweight replacement for slacktextviewcontroller. Will be interested to see the vision for the project! <3

@nathantannar4
Copy link
Contributor

nathantannar4 commented Feb 9, 2018

@eliburke If you are looking for something with more buttons/functionality I suggest you take a look at my repo https://github.com/nathantannar4/InputBarAccessoryView It is what we use at MessageKit

I agree with Ryan in that Table/Collection View should be separate as they shouldn't depend on each other

@enhancient
Copy link

@nathantannar4 InputBarAccessoryView looks great - so why doesn't this project leverage that work considering you are a collaborator on this project? If I use InputBarAccessoryView now for the extra buttons functionality that I need, will I be wanting to migrate across to MessageViewController in a few months when that's added here in this project? I also need an edit mode, so if I develop that, which project is most likely to take a merge request?

@nathantannar4
Copy link
Contributor

@enhancient both had different beginnings. I started mine for MessageKit and Ryan did his for GitHawk. Ryan has many more followers than me though so this library gained a large following quickly so I wanted to contribute with something I would find useful in GitHawk.

Aside from different origin stories, both have quite different architectures. MessageViewController is a UIViewController subclass where was InputBarAccessoryView is an InputAccessoryView.

Ryan is really nice about PRs and I'm happy to have one on mine to. If you had to make a choice between the two you would have to look at what you project needs and which is better for it.

Sent with GitHawk

@enhancient
Copy link

@nathantannar4 thanks, that's useful 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

5 participants