Ahsan Aasim

Results 19 comments of Ahsan Aasim

I have changed the bright.ts file to something like this ``` // @ts-nocheck import { contextBridge, ipcRenderer } from 'electron' import Nightmare from 'nightmare'; // const Nightmare = require('nightmare') const...

I have tried giving width to my TabItem but didn't work ``` let btn1 = TabItem(title: "Dua", titleColor: Colors.wiseMagenta!) btn1.pulseAnimation = .centerRadialBeyondBounds btn1.tag = 0 btn1.frame.size.width = 15 ```

I have managed to change the line width with the following code. ``` tabBar.tabBarLineStyle = .custom { tabItem in if tabItem.tag == 0 { return tabItem.bounds.width - 50 } return...

I have managed to add a cornerRadius to tabBar line using tabBar.line property. But could not remove the gap at the beginning

Interestingly, when I came from background, everything gets added as expected when using AppSnackBarController.

Thanks for the PRO TIP. This is how I added homeSnackBarController inside my Tabbar. ``` let tabBarController = Tabber() // Do any additional setup after loading the view, typically from...

I solved using another navigation controller above appSnackbar which i think is a bad solution..Cuz in that case I have to use two navigationController.

Did you manage to solve this problem? I am facing the same issue.

> Hello everyone, In the last two days I was thinking about something similar to this strategy. > > I am not a finance guy also :) but however I...

Seems to be a conflict with iOS 15s new AttributedString.