R4dar / iOS

Telegram Messenger for iOS
0 stars 1 forks source link

iOS Telegram Client with Tabs #1

Open uira opened 6 years ago

uira commented 6 years ago

Problem

We want to deliver a iOS Client for Telegram API, that has tabs.

The example is the Plus Messenger, that is basically an Android only Telegram with tabs.

image

Solution

Fork the official Telegram iOS Client, implement the tabs and send us the PR 🥇

mijo-gracanin commented 6 years ago

So you want to replace native iOS tab bar with custom (Android style) tab bar?

uira commented 6 years ago

In fact, the best solution is to implement this tabs in the traditional telegram iOS bar, including new options. is this?

image

mijo-gracanin commented 6 years ago

I agree that it's the best to use native tab bar with your buttons. Keep in mind that, if you put more than 5 buttons in native tab bar, then fifth button becomes "More" button and opens context menu with the rest of buttons.

uira commented 6 years ago

Ok about 'More'.

About this, the Plus Messenger has a simple "Sort Tabs" option, where users can configure.

This can be implemented?

photo_2018-08-08_16-10-54

image

mijo-gracanin commented 6 years ago

Yeah, that can be easily implemented.

uira commented 6 years ago

Lets rockit!?

mijo-gracanin commented 6 years ago

I can allocate some time next week to make an example of configurable tab bar. We can discuss it via Telegram if you want: t.me/gmijo

dlt5 commented 6 years ago

There are several clients with tabs for iOS. The best is Mobigram (ex-Mobogram iOS). Also iTele (beta is on new source code) and others.

c0d3x27 commented 5 years ago

let me see if i understand... you want an app just like this one in the first pic that is for android but for IOS?

c0d3x27 commented 5 years ago

Problem

We want to deliver a iOS Client for Telegram API, that has tabs.

The example is the Plus Messenger, that is basically an Android only Telegram with tabs.

image

Solution

Fork the official Telegram iOS Client, implement the tabs and send us the PR 🥇

let me see if i understand... you want an app just like this one in the first pic that is for android but for IOS?

uira commented 5 years ago

Yes