KuldeepAIP

Results 6 issues of KuldeepAIP

I want to change text color and font. For that i have tried below code but it's not working. ``` let cellConfiguration = FTCellConfiguration() cellConfiguration.textColor = .black cellConfiguration.textFont = UIFont.init(name:...

Hi I am getting seekbar overflow issue. Actually the video length is 6 seconds but i am getting weird issue sometime. Can't identify the actual reason in what case this...

``` self.navigationItem.leftMargin = 0 self.navigationItem.rightMargin = 10 ``` i used above code to set margin and it's working fine in iOS 13 and lower but when i try to run...

i try to increase width for PageControl but PageControl width wasn't increase. I set static width from StoryBoard as well as programatically but wan't increase the width of PageControl. Please...

Firstly I have used AKSidemenu and when i press any item from sidemenu i move to particular controller like below. ``` let contentViewController: TestVC = GlobalData.testStoryBoard().instantiateViewController(withIdentifier: "TestVC") as! TestVC let...

SuggestionBox height is not reflecting using `suggestionsBoxDecoration` `constraints`. I want to display maximum 5 items but it display only 2 because of keyboard open. ![4471f29d-63f3-47f2-ab70-81ba80b2f202](https://user-images.githubusercontent.com/60171515/173564546-28b6ce5c-26aa-4f67-ba67-198ea4ade8de.jpg) ``` TypeAheadFormField( minCharsForSuggestions: 1, hideOnEmpty:...