Questions tagged [tabview]

Any visual layout that incorporates selectable tabs as an organizational element.

770 questions
-1
votes
1 answer

How to add tabview to an existing single window XIB based APP to display multiple tabs?

I'm new to Swift. I have a single-window MacOS application like this one: https://github.com/armadsen/ORSSerialPort/tree/master/Examples/ORSSerialPortDemo/Swift Is it possible to add tabview to this XIB based APP? I tried to add a tabview from view…
CodingNow
  • 998
  • 1
  • 11
  • 23
-1
votes
1 answer

Swiftui navigationview and tabview give grey header

I have a two-tabbed tab view and in the second tab there are different pages being displayed. There is a navigationview and navigationlink within some of the pages. The navigation bar has a weird grey background that I can’t make go away. Any ideas…
-1
votes
1 answer

SwiftUI - TabView item recreation

Is it possible to recreate tabview item when you click on it. For example if I am on tabitem1, then click tabitem2, then go back to tabitem1, I want tabitem1 to be recreated. Can I do that in SwiftUI?
Tropicano
  • 281
  • 2
  • 15
-1
votes
1 answer

SwiftUI - TabView with nested NavigationViews resets Navigationflow

I'm having a TabView with Navigation Views in it. struct ContentView: View { var body: some View { TabView { NavigationView { NavigationLink("Link to my first Navigation Level", destination:…
-1
votes
1 answer

Badges in NativeScript TabView

I need my app to display red badges on the TabView like the ones on the LinkedIn app shown here. Does anybody know how to do that in NativeScript?
-1
votes
2 answers

Hide TabView or create conditional TabView in SwiftUI

My app has 3 tabs (Read, Discover, Profile). In one specific view that is navigated to from the the Read view, I want to hide the tab view and show a custom toolbar/tab bar that will show action buttons (e.g, save, like). I have been Googling and…
deanseg
  • 21
  • 2
-1
votes
1 answer

How do I remove the three dots tab?

So I created a tabview in SwiftUI but it keeps showing the 'three dots more' tab. How do I remove that? TabView{ Text("") .tabItem { Image(systemName: "house") Text("Home") } …
-1
votes
1 answer

NavigationDrawer+TabView+edittext

I am a beginner.I want to make an app that includes following: -Navigation Drawer -Tab Swipe View -Two edittext,one textview and one button for each tab I will add the screenshots. I managed to combine Navigation Drawer and tab view.But I have…
-1
votes
2 answers

Nativescript Angular TabView Scrollable

May I know how can I make the TabView Scrollable such that tab-names are not wrapped
Smit
  • 2,078
  • 2
  • 17
  • 40
-1
votes
2 answers

TabView inside fragment Android

I want to make tabView inside a fragment. I have template from this and I want to place tabView inside one fragment. Can I implement this like implementation using activity? Any tutorial or advice about this case? Thank you.
Sonic Master
  • 1,238
  • 2
  • 22
  • 36
-1
votes
1 answer

when i select the contacts tab the tab bar is vanished

i have four tabs in the tab bar when i select the contact tab from the tab bar the tab bar is disappeared.i want to show the tab bar when i select the contact tab. Here is code TabActivity.java public class Tab_Activity extends TabActivity { …
user3835770
  • 31
  • 12
-1
votes
1 answer

Custom TabView with Intent in Android

I want to create Tabview like below in Image. I tried it but can't get proper view. Here is My Code.. It's not give exact view that I want. So, How can I customized it. public class BandInfo extends TabActivity implements OnTabChangeListener…
RBL
  • 63
  • 2
  • 9
-2
votes
2 answers

android activity only happens once but i need it to repeat

so my app has two tabs tab 1 is a login page then tab 2 is a user details the user needs to loginfrom tab 1 then only details would load from tab 2 so if the user didn't login and goes to tab 2, an alertdialog would show the problem is, after going…
acvon
  • 161
  • 3
  • 6
  • 21
-2
votes
1 answer

Is It possible to load tab dynamically in react native?

I am trying To implement dynamic tab bar in react native. Is it possible to implement dynamic tab bar in react native. If it possible ? please give me instruction to implement it.And All of the tab option come from API.
-2
votes
1 answer

Help finding the Null, NullPointerException (Android)

Hello i keep getting the error 01-19 22:29:20.678: ERROR/AndroidRuntime(22463): Uncaught handler: thread main exiting due to uncaught exception 01-19 22:29:21.278: ERROR/AndroidRuntime(22463): java.lang.NullPointerException 01-19 22:29:21.278:…
1 2 3
51
52