I wonder what the business model is?
They might charge for certain premium services in the future, according to https://en.wikipedia.org/wiki/Wire_Swiss#Business_model
Wire open-sourced
41–50 of 140 posts
Re: Wire open-sourced
#42Re: Wire open-sourced
#43Re: Wire open-sourced
#44Can anyone explain to me why they use an UpsideDownTableViewController ?
I am surprised they are using a table view rather than a collection view for this though.
Re: Wire open-sourced
#45Can anyone explain to me why they use an UpsideDownTableViewController ?
This means you can insert new rows (message bubbles) at index 0 and they'll appear at the bottom, which makes it considerably easiest to add new messages.
Re: Wire open-sourced
#46Can anyone explain to me why they use an UpsideDownTableViewController ?
From memory, the easiest way to have the "top" of a table view at the bottom of the screen (like in Messages, so the latest message bubble appears at the bottom) is to flip the table view upside down using an affineTransform and then also flip each cell in the table view upside down as well (so the cell is the right way up again). This means you can insert new rows (message bubbles) at index 0 and they'll appear at t…
Re: Wire open-sourced
#47A link to a GitHub organization isn't great.. I'd say this is better: https://medium.com/@wireapp/you-can-now-build-your-own-wire-... but even that doesn't clearly explain what Wire is. Visit https://wire.com to find out it's an encrypted video and group chat app.
Re: Wire open-sourced
#48Is there a way to download the OSX app without the Mac App Store?
Fine, some developers don't want to use the MAS. Their choice. I don't understand users not wanting to use it. It's the simplest possible way to install an app and get automatic updates for those apps.
Re: Wire open-sourced
#49Is there a way to download the OSX app without the Mac App Store?
Why, because a sandboxed app guaranteed to be from the author you think it's from is just too good a thing, and you prefer the heady rush of getting bombarded with MacUpdate spam when you get your apps? Fine, some developers don't want to use the MAS. Their choice. I don't understand users not wanting to use it. It's the simplest possible way to install an app and get automatic updates for those apps.
Re: Wire open-sourced
#50Earlier quoted context omitted.
Why, because a sandboxed app guaranteed to be from the author you think it's from is just too good a thing, and you prefer the heady rush of getting bombarded with MacUpdate spam when you get your apps? Fine, some developers don't want to use the MAS. Their choice. I don't understand users not wanting to use it. It's the simplest possible way to install an app and get automatic updates for those apps.
I also avoid the MAS when possible.