-
Notifications
You must be signed in to change notification settings - Fork 1
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
iOS Telegram Client with Tabs #1
Comments
So you want to replace native iOS tab bar with custom (Android style) tab bar? |
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. |
Yeah, that can be easily implemented. |
Lets rockit!? |
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 |
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. |
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? |
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? |
Yes |
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.
Solution
Fork the official Telegram iOS Client, implement the tabs and send us the PR 🥇
The text was updated successfully, but these errors were encountered: